pub struct CnnSubPixelConvolutionDescriptor { /* private fields */ }Implementations§
Trait Implementations§
impl Send for CnnSubPixelConvolutionDescriptor
impl Sync for CnnSubPixelConvolutionDescriptor
Auto Trait Implementations§
impl Freeze for CnnSubPixelConvolutionDescriptor
impl RefUnwindSafe for CnnSubPixelConvolutionDescriptor
impl Unpin for CnnSubPixelConvolutionDescriptor
impl UnsafeUnpin for CnnSubPixelConvolutionDescriptor
impl UnwindSafe for CnnSubPixelConvolutionDescriptor
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