pub struct StssBox {
pub version: u8,
pub flags: u32,
pub entries: Vec<u32>,
}
Fields§
§version: u8
§flags: u32
§entries: Vec<u32>
Implementations§
Trait Implementations§
source§impl PartialEq for StssBox
impl PartialEq for StssBox
impl Eq for StssBox
impl StructuralPartialEq for StssBox
Auto Trait Implementations§
impl Freeze for StssBox
impl RefUnwindSafe for StssBox
impl Send for StssBox
impl Sync for StssBox
impl Unpin for StssBox
impl UnwindSafe for StssBox
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