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