pub trait ShuffleChannelLayerTrait: LayerTrait + ShuffleChannelLayerTraitConst {
// Required method
fn as_raw_mut_ShuffleChannelLayer(&mut self) -> *mut c_void;
// Provided method
fn set_group(&mut self, val: i32) { ... }
}
Expand description
Mutable methods for crate::dnn::ShuffleChannelLayer
Required Methods§
fn as_raw_mut_ShuffleChannelLayer(&mut self) -> *mut c_void
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.