#[repr(C)]pub struct LenModel {
pub choice1: BitModel,
pub choice2: BitModel,
pub bm_low: [[BitModel; 8]; 4],
pub bm_mid: [[BitModel; 8]; 4],
pub bm_high: [BitModel; 256],
}Fields§
§choice1: BitModel§choice2: BitModel§bm_low: [[BitModel; 8]; 4]§bm_mid: [[BitModel; 8]; 4]§bm_high: [BitModel; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LenModel
impl RefUnwindSafe for LenModel
impl Send for LenModel
impl Sync for LenModel
impl Unpin for LenModel
impl UnwindSafe for LenModel
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