Struct classicube_sys::LLayout
source · #[repr(C)]pub struct LLayout {
pub type_: c_short,
pub offset: c_short,
}
Fields§
§type_: c_short
§offset: c_short
Trait Implementations§
source§impl PartialEq for LLayout
impl PartialEq for LLayout
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)