#[repr(C)]pub struct IOPrtPrefsReq {
pub io_Message: Message,
pub io_Device: *mut Device,
pub io_Unit: *mut Unit,
pub io_Command: UWORD,
pub io_Flags: UBYTE,
pub io_Error: BYTE,
pub io_TagList: *mut TagItem,
}Fields§
§io_Message: Message§io_Device: *mut Device§io_Unit: *mut Unit§io_Command: UWORD§io_Flags: UBYTE§io_Error: BYTE§io_TagList: *mut TagItemTrait Implementations§
Source§impl Clone for IOPrtPrefsReq
impl Clone for IOPrtPrefsReq
Source§fn clone(&self) -> IOPrtPrefsReq
fn clone(&self) -> IOPrtPrefsReq
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IOPrtPrefsReq
Auto Trait Implementations§
impl !Send for IOPrtPrefsReq
impl !Sync for IOPrtPrefsReq
impl Freeze for IOPrtPrefsReq
impl RefUnwindSafe for IOPrtPrefsReq
impl Unpin for IOPrtPrefsReq
impl UnsafeUnpin for IOPrtPrefsReq
impl UnwindSafe for IOPrtPrefsReq
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