pub struct U32SeqWriter(/* private fields */);Expand description
U32 seq writer
Implementations§
Auto Trait Implementations§
impl Freeze for U32SeqWriter
impl RefUnwindSafe for U32SeqWriter
impl Send for U32SeqWriter
impl Sync for U32SeqWriter
impl Unpin for U32SeqWriter
impl UnwindSafe for U32SeqWriter
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