#[repr(C)]pub struct VLC {
pub bits: c_int,
pub table: *mut [i16; 2],
pub table_size: c_int,
pub table_allocated: c_int,
}
Fields§
§bits: c_int
§table: *mut [i16; 2]
< code, bits
table_size: c_int
§table_allocated: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VLC
impl RefUnwindSafe for VLC
impl !Send for VLC
impl !Sync for VLC
impl Unpin for VLC
impl UnwindSafe for VLC
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