pub struct ZerocopyOps<O> { /* private fields */ }
Trait Implementations§
Source§impl<O: Clone> Clone for ZerocopyOps<O>
impl<O: Clone> Clone for ZerocopyOps<O>
Source§fn clone(&self) -> ZerocopyOps<O>
fn clone(&self) -> ZerocopyOps<O>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<O: Default> Default for ZerocopyOps<O>
impl<O: Default> Default for ZerocopyOps<O>
Source§fn default() -> ZerocopyOps<O>
fn default() -> ZerocopyOps<O>
Returns the “default value” for a type. Read more
Source§impl<O: UnitaryOps<T>, T: FromBytes + IntoBytes> UnitaryOps<T> for ZerocopyOps<O>
impl<O: UnitaryOps<T>, T: FromBytes + IntoBytes> UnitaryOps<T> for ZerocopyOps<O>
impl<O: Copy> Copy for ZerocopyOps<O>
impl<O: Ops> Ops for ZerocopyOps<O>
Auto Trait Implementations§
impl<O> Freeze for ZerocopyOps<O>
impl<O> RefUnwindSafe for ZerocopyOps<O>where
O: RefUnwindSafe,
impl<O> Send for ZerocopyOps<O>where
O: Send,
impl<O> Sync for ZerocopyOps<O>where
O: Sync,
impl<O> Unpin for ZerocopyOps<O>where
O: Unpin,
impl<O> UnwindSafe for ZerocopyOps<O>where
O: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)