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