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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin 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