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