pub struct ClassOffsets {
pub meta_offset: usize,
pub data_offset: usize,
}Expand description
Byte offsets of a single class’s metadata and data arrays.
Fields§
§meta_offset: usize§data_offset: usizeAuto Trait Implementations§
impl Freeze for ClassOffsets
impl RefUnwindSafe for ClassOffsets
impl Send for ClassOffsets
impl Sync for ClassOffsets
impl Unpin for ClassOffsets
impl UnsafeUnpin for ClassOffsets
impl UnwindSafe for ClassOffsets
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