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