#[repr(C)]pub struct LLayout {
pub type_: c_short,
pub offset: c_short,
}
Fields§
§type_: c_short
§offset: c_short
Trait Implementations§
impl Copy for LLayout
impl Eq for LLayout
impl StructuralPartialEq for LLayout
Auto Trait Implementations§
impl Freeze for LLayout
impl RefUnwindSafe for LLayout
impl Send for LLayout
impl Sync for LLayout
impl Unpin for LLayout
impl UnwindSafe for LLayout
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