pub struct BitStringSpec {
pub unused: u8,
pub bits: Seq<u8>,
}Fields§
§unused: u8§bits: Seq<u8>Implementations§
Auto Trait Implementations§
impl Freeze for BitStringSpec
impl RefUnwindSafe for BitStringSpec
impl Send for BitStringSpec
impl Sync for BitStringSpec
impl Unpin for BitStringSpec
impl UnsafeUnpin for BitStringSpec
impl UnwindSafe for BitStringSpec
Blanket Implementations§
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