#[repr(C)]pub struct LenPrices {
pub lm: *const LenModel,
pub len_symbols: c_int,
pub count: c_int,
pub prices: [[c_int; 272]; 4],
pub counters: [c_int; 4],
}Fields§
§lm: *const LenModel§len_symbols: c_int§count: c_int§prices: [[c_int; 272]; 4]§counters: [c_int; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LenPrices
impl RefUnwindSafe for LenPrices
impl !Send for LenPrices
impl !Sync for LenPrices
impl Unpin for LenPrices
impl UnwindSafe for LenPrices
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