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