pub struct StcoBox {
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 StcoBox
impl PartialEq for StcoBox
impl Eq for StcoBox
impl StructuralPartialEq for StcoBox
Auto Trait Implementations§
impl Freeze for StcoBox
impl RefUnwindSafe for StcoBox
impl Send for StcoBox
impl Sync for StcoBox
impl Unpin for StcoBox
impl UnwindSafe for StcoBox
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