struct Woff2Table {
tag: [u8; 4],
orig_length: u32,
transform_length: Option<u32>,
flags: u8,
}Fields§
§tag: [u8; 4]§orig_length: u32§transform_length: Option<u32>§flags: u8Auto Trait Implementations§
impl Freeze for Woff2Table
impl RefUnwindSafe for Woff2Table
impl Send for Woff2Table
impl Sync for Woff2Table
impl Unpin for Woff2Table
impl UnsafeUnpin for Woff2Table
impl UnwindSafe for Woff2Table
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