pub struct LayerDetails {
pub n_inputs: usize,
pub n_neurons: i32,
}Fields§
§n_inputs: usize§n_neurons: i32Implementations§
Auto Trait Implementations§
impl Freeze for LayerDetails
impl RefUnwindSafe for LayerDetails
impl Send for LayerDetails
impl Sync for LayerDetails
impl Unpin for LayerDetails
impl UnwindSafe for LayerDetails
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