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