pub struct seqState_t { /* private fields */ }Auto Trait Implementations§
impl !Send for seqState_t
impl !Sync for seqState_t
impl Freeze for seqState_t
impl RefUnwindSafe for seqState_t
impl Unpin for seqState_t
impl UnsafeUnpin for seqState_t
impl UnwindSafe for seqState_t
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