#[repr(C, packed(2))]pub struct DevProc {
pub dvp_Port: *mut MsgPort,
pub dvp_Lock: BPTR,
pub dvp_Flags: ULONG,
pub dvp_DevNode: *mut DosList,
}Fields§
§dvp_Port: *mut MsgPort§dvp_Lock: BPTR§dvp_Flags: ULONG§dvp_DevNode: *mut DosListTrait Implementations§
Auto Trait Implementations§
impl Freeze for DevProc
impl RefUnwindSafe for DevProc
impl !Send for DevProc
impl !Sync for DevProc
impl Unpin for DevProc
impl UnwindSafe for DevProc
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