pub struct FullWrite;Expand description
All lanes have written (complement-verified).
Trait Implementations§
impl Copy for FullWrite
impl WriteState for FullWrite
Auto Trait Implementations§
impl Freeze for FullWrite
impl RefUnwindSafe for FullWrite
impl Send for FullWrite
impl Sync for FullWrite
impl Unpin for FullWrite
impl UnsafeUnpin for FullWrite
impl UnwindSafe for FullWrite
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