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