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