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