pub struct RlBase {
pub n: usize,
pub last: usize,
pub vlc: &'static [(u32, u8)],
pub run: &'static [u8],
pub level: &'static [u8],
}Fields§
§n: usize§last: usize§vlc: &'static [(u32, u8)]§run: &'static [u8]§level: &'static [u8]Auto Trait Implementations§
impl Freeze for RlBase
impl RefUnwindSafe for RlBase
impl Send for RlBase
impl Sync for RlBase
impl Unpin for RlBase
impl UnsafeUnpin for RlBase
impl UnwindSafe for RlBase
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