pub struct Format12 {
pub format: u32,
pub length: u32,
pub language: u32,
pub groups: Vec<SequentialMapGroup>,
}Fields§
§format: u32§length: u32§language: u32§groups: Vec<SequentialMapGroup>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Format12
impl RefUnwindSafe for Format12
impl Send for Format12
impl Sync for Format12
impl Unpin for Format12
impl UnwindSafe for Format12
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