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