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