#[repr(C, packed(2))]pub struct DosLibrary {
pub dl_lib: Library,
pub dl_Root: *mut RootNode,
pub dl_GV: APTR,
pub dl_A2: LONG,
pub dl_A5: LONG,
pub dl_A6: LONG,
pub dl_Errors: *mut ErrorString,
pub dl_TimeReq: *mut timerequest,
pub dl_UtilityBase: *mut Library,
pub dl_IntuitionBase: *mut Library,
}Fields§
§dl_lib: Library§dl_Root: *mut RootNode§dl_GV: APTR§dl_A2: LONG§dl_A5: LONG§dl_A6: LONG§dl_Errors: *mut ErrorString§dl_TimeReq: *mut timerequest§dl_UtilityBase: *mut Library§dl_IntuitionBase: *mut LibraryTrait Implementations§
Source§impl Clone for DosLibrary
impl Clone for DosLibrary
Source§fn clone(&self) -> DosLibrary
fn clone(&self) -> DosLibrary
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 DosLibrary
impl Debug for DosLibrary
impl Copy for DosLibrary
Auto Trait Implementations§
impl Freeze for DosLibrary
impl RefUnwindSafe for DosLibrary
impl !Send for DosLibrary
impl !Sync for DosLibrary
impl Unpin for DosLibrary
impl UnwindSafe for DosLibrary
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