Struct ipp_sys::MomentState64f
source · #[repr(C)]pub struct MomentState64f { /* private fields */ }
Trait Implementations§
source§impl Clone for MomentState64f
impl Clone for MomentState64f
source§fn clone(&self) -> MomentState64f
fn clone(&self) -> MomentState64f
Returns a copy 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 moresource§impl Debug for MomentState64f
impl Debug for MomentState64f
impl Copy for MomentState64f
Auto Trait Implementations§
impl Freeze for MomentState64f
impl RefUnwindSafe for MomentState64f
impl Send for MomentState64f
impl Sync for MomentState64f
impl Unpin for MomentState64f
impl UnwindSafe for MomentState64f
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