pub struct StssBox {
pub version: u8,
pub flags: u32,
pub entries: Vec<u32>,
}Fields§
§version: u8§flags: u32§entries: Vec<u32>Implementations§
Trait Implementations§
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 UnsafeUnpin 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