pub struct Js5MasterIndex {
pub format: u8,
pub entries: Vec<Js5MasterIndexEntry>,
}Fields§
§format: u8§entries: Vec<Js5MasterIndexEntry>Implementations§
Auto Trait Implementations§
impl Freeze for Js5MasterIndex
impl RefUnwindSafe for Js5MasterIndex
impl Send for Js5MasterIndex
impl Sync for Js5MasterIndex
impl Unpin for Js5MasterIndex
impl UnwindSafe for Js5MasterIndex
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