pub struct TyLayout {
pub head_size: u32,
pub body_ptrs: Vec<u32>,
}Fields§
§head_size: u32§body_ptrs: Vec<u32>Trait Implementations§
impl StructuralPartialEq for TyLayout
Auto Trait Implementations§
impl Freeze for TyLayout
impl RefUnwindSafe for TyLayout
impl Send for TyLayout
impl Sync for TyLayout
impl Unpin for TyLayout
impl UnsafeUnpin for TyLayout
impl UnwindSafe for TyLayout
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