pub struct ONode {
pub object_id: u128,
pub size: u64,
pub first_block: u64,
pub reserved: [u64; 4],
}
Fields§
§object_id: u128
§size: u64
§first_block: u64
§reserved: [u64; 4]
Trait Implementations§
source§impl<'a, R: 'a + IO> ApplyLayout<'a, R> for ONode
impl<'a, R: 'a + IO> ApplyLayout<'a, R> for ONode
Auto Trait Implementations§
impl Freeze for ONode
impl ObjSafe for ONode
impl RefUnwindSafe for ONode
impl Send for ONode
impl Sync for ONode
impl Unpin for ONode
impl UnwindSafe for ONode
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