#[repr(C, packed(2))]pub struct ClassLibrary {
pub cl_Lib: Library,
pub cl_Pad: UWORD,
pub cl_Class: *mut Class,
}Fields§
§cl_Lib: Library§cl_Pad: UWORD§cl_Class: *mut ClassTrait Implementations§
Source§impl Clone for ClassLibrary
impl Clone for ClassLibrary
Source§fn clone(&self) -> ClassLibrary
fn clone(&self) -> ClassLibrary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClassLibrary
impl Debug for ClassLibrary
impl Copy for ClassLibrary
Auto Trait Implementations§
impl Freeze for ClassLibrary
impl RefUnwindSafe for ClassLibrary
impl !Send for ClassLibrary
impl !Sync for ClassLibrary
impl Unpin for ClassLibrary
impl UnwindSafe for ClassLibrary
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