#[repr(C, packed(2))]pub struct DosList {
pub dol_Next: BPTR,
pub dol_Type: LONG,
pub dol_Task: *mut MsgPort,
pub dol_Lock: BPTR,
pub dol_misc: DosList__bindgen_ty_1,
pub dol_Name: BSTR,
}Fields§
§dol_Next: BPTR§dol_Type: LONG§dol_Task: *mut MsgPort§dol_Lock: BPTR§dol_misc: DosList__bindgen_ty_1§dol_Name: BSTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for DosList
impl RefUnwindSafe for DosList
impl !Send for DosList
impl !Sync for DosList
impl Unpin for DosList
impl UnwindSafe for DosList
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