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