pub struct HeaderV1 {
pub version: u16,
pub layer_count: usize,
pub weights_len: usize,
pub biases_len: usize,
}Fields§
§version: u16§layer_count: usize§weights_len: usize§biases_len: usizeTrait Implementations§
impl Copy for HeaderV1
impl Eq for HeaderV1
impl StructuralPartialEq for HeaderV1
Auto Trait Implementations§
impl Freeze for HeaderV1
impl RefUnwindSafe for HeaderV1
impl Send for HeaderV1
impl Sync for HeaderV1
impl Unpin for HeaderV1
impl UnsafeUnpin for HeaderV1
impl UnwindSafe for HeaderV1
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