#[repr(C, packed(2))]pub struct DeviceList {
pub dl_Next: BPTR,
pub dl_Type: LONG,
pub dl_Task: *mut MsgPort,
pub dl_Lock: BPTR,
pub dl_VolumeDate: DateStamp,
pub dl_LockList: BPTR,
pub dl_DiskType: LONG,
pub dl_unused: LONG,
pub dl_Name: BSTR,
}Fields§
§dl_Next: BPTR§dl_Type: LONG§dl_Task: *mut MsgPort§dl_Lock: BPTR§dl_VolumeDate: DateStamp§dl_LockList: BPTR§dl_DiskType: LONG§dl_unused: LONG§dl_Name: BSTRTrait Implementations§
Source§impl Clone for DeviceList
impl Clone for DeviceList
Source§fn clone(&self) -> DeviceList
fn clone(&self) -> DeviceList
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 DeviceList
impl Debug for DeviceList
impl Copy for DeviceList
Auto Trait Implementations§
impl Freeze for DeviceList
impl RefUnwindSafe for DeviceList
impl !Send for DeviceList
impl !Sync for DeviceList
impl Unpin for DeviceList
impl UnwindSafe for DeviceList
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