pub enum Initialized {}Expand description
The byte ranges in the referent are fully initialized. In other words, if
the referent is N bytes long, then it contains a bit-valid [u8; N].
Trait Implementations§
Source§impl Validity for Initialized
impl Validity for Initialized
const KIND: ValidityKind = ValidityKind::Initialized
Auto Trait Implementations§
impl Freeze for Initialized
impl RefUnwindSafe for Initialized
impl Send for Initialized
impl Sync for Initialized
impl Unpin for Initialized
impl UnsafeUnpin for Initialized
impl UnwindSafe for Initialized
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