pub struct Encoding0 {
pub format: u8,
pub code_count: u8,
pub codes: Vec<u8>,
}Expand description
An encoding in format 0.
Fields§
§format: u8§code_count: u8§codes: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Encoding0
impl RefUnwindSafe for Encoding0
impl Send for Encoding0
impl Sync for Encoding0
impl Unpin for Encoding0
impl UnwindSafe for Encoding0
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