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