pub struct BitStringObject<'a> {
pub data: &'a [u8],
}
Expand description
BitString wrapper
Fields§
§data: &'a [u8]
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for BitStringObject<'_>
impl AsRef<[u8]> for BitStringObject<'_>
Source§impl<'a> Clone for BitStringObject<'a>
impl<'a> Clone for BitStringObject<'a>
Source§fn clone(&self) -> BitStringObject<'a>
fn clone(&self) -> BitStringObject<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for BitStringObject<'a>
impl<'a> Debug for BitStringObject<'a>
Source§impl<'a> PartialEq for BitStringObject<'a>
impl<'a> PartialEq for BitStringObject<'a>
impl<'a> StructuralPartialEq for BitStringObject<'a>
Auto Trait Implementations§
impl<'a> Freeze for BitStringObject<'a>
impl<'a> RefUnwindSafe for BitStringObject<'a>
impl<'a> Send for BitStringObject<'a>
impl<'a> Sync for BitStringObject<'a>
impl<'a> Unpin for BitStringObject<'a>
impl<'a> UnwindSafe for BitStringObject<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes