pub struct BitStringObject<'a> {
pub data: &'a [u8],
}
Expand description
BitString wrapper
Fields§
§data: &'a [u8]
Implementations§
Trait Implementations§
Source§impl<'a> AsRef<[u8]> for BitStringObject<'a>
impl<'a> AsRef<[u8]> for BitStringObject<'a>
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 copy 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