pub struct PartialWrite<S: ActiveSet> { /* private fields */ }Expand description
Partial write: only lanes in S have written.
Trait Implementations§
Source§impl<S: Clone + ActiveSet> Clone for PartialWrite<S>
impl<S: Clone + ActiveSet> Clone for PartialWrite<S>
Source§fn clone(&self) -> PartialWrite<S>
fn clone(&self) -> PartialWrite<S>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<S: Copy + ActiveSet> Copy for PartialWrite<S>
impl<S: ActiveSet> WriteState for PartialWrite<S>
Auto Trait Implementations§
impl<S> Freeze for PartialWrite<S>
impl<S> RefUnwindSafe for PartialWrite<S>where
S: RefUnwindSafe,
impl<S> Send for PartialWrite<S>where
S: Send,
impl<S> Sync for PartialWrite<S>where
S: Sync,
impl<S> Unpin for PartialWrite<S>where
S: Unpin,
impl<S> UnsafeUnpin for PartialWrite<S>
impl<S> UnwindSafe for PartialWrite<S>where
S: UnwindSafe,
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