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