#[repr(C, packed(2))]pub struct DeviceData {
pub dd_Device: Library,
pub dd_Segment: APTR,
pub dd_ExecBase: APTR,
pub dd_CmdVectors: APTR,
pub dd_CmdBytes: APTR,
pub dd_NumCommands: UWORD,
}Fields§
§dd_Device: Library§dd_Segment: APTR§dd_ExecBase: APTR§dd_CmdVectors: APTR§dd_CmdBytes: APTR§dd_NumCommands: UWORDTrait Implementations§
Source§impl Clone for DeviceData
impl Clone for DeviceData
Source§fn clone(&self) -> DeviceData
fn clone(&self) -> DeviceData
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 DeviceData
impl Debug for DeviceData
impl Copy for DeviceData
Auto Trait Implementations§
impl Freeze for DeviceData
impl RefUnwindSafe for DeviceData
impl !Send for DeviceData
impl !Sync for DeviceData
impl Unpin for DeviceData
impl UnwindSafe for DeviceData
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