#[repr(C)]pub struct Library {
pub lib_Node: Node,
pub lib_Flags: UBYTE,
pub lib_pad: UBYTE,
pub lib_NegSize: UWORD,
pub lib_PosSize: UWORD,
pub lib_Version: UWORD,
pub lib_Revision: UWORD,
pub lib_IdString: APTR,
pub lib_Sum: ULONG,
pub lib_OpenCnt: UWORD,
}Fields§
§lib_Node: Node§lib_Flags: UBYTE§lib_pad: UBYTE§lib_NegSize: UWORD§lib_PosSize: UWORD§lib_Version: UWORD§lib_Revision: UWORD§lib_IdString: APTR§lib_Sum: ULONG§lib_OpenCnt: UWORDTrait Implementations§
Auto Trait Implementations§
impl !Send for Library
impl !Sync for Library
impl Freeze for Library
impl RefUnwindSafe for Library
impl Unpin for Library
impl UnsafeUnpin for Library
impl UnwindSafe for Library
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