#[repr(C, packed(2))]pub struct NotifyRequest {
pub nr_Name: STRPTR,
pub nr_FullName: STRPTR,
pub nr_UserData: ULONG,
pub nr_Flags: ULONG,
pub nr_stuff: NotifyRequest__bindgen_ty_1,
pub nr_Reserved: [ULONG; 4],
pub nr_MsgCount: ULONG,
pub nr_Handler: *mut MsgPort,
}Fields§
§nr_Name: STRPTR§nr_FullName: STRPTR§nr_UserData: ULONG§nr_Flags: ULONG§nr_stuff: NotifyRequest__bindgen_ty_1§nr_Reserved: [ULONG; 4]§nr_MsgCount: ULONG§nr_Handler: *mut MsgPortTrait Implementations§
Source§impl Clone for NotifyRequest
impl Clone for NotifyRequest
Source§fn clone(&self) -> NotifyRequest
fn clone(&self) -> NotifyRequest
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 moreimpl Copy for NotifyRequest
Auto Trait Implementations§
impl Freeze for NotifyRequest
impl RefUnwindSafe for NotifyRequest
impl !Send for NotifyRequest
impl !Sync for NotifyRequest
impl Unpin for NotifyRequest
impl UnwindSafe for NotifyRequest
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