#[non_exhaustive]pub struct NotInitialized {}Expand description
Typestate type for freshly constructed VS1003
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotInitialized
impl RefUnwindSafe for NotInitialized
impl Send for NotInitialized
impl Sync for NotInitialized
impl Unpin for NotInitialized
impl UnwindSafe for NotInitialized
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