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 BlockReader for Co64Box
impl BlockReader for Co64Box
Source§impl<'a> IntoIterator for &'a Co64Box
impl<'a> IntoIterator for &'a Co64Box
Source§impl IntoIterator for Co64Box
impl IntoIterator 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