#[repr(C)]pub struct UnmapNotify {
pub index: u64,
pub action: u32,
pub port: u32,
}Fields§
§index: u64§action: u32§port: u32Auto Trait Implementations§
impl Freeze for UnmapNotify
impl RefUnwindSafe for UnmapNotify
impl Send for UnmapNotify
impl Sync for UnmapNotify
impl Unpin for UnmapNotify
impl UnsafeUnpin for UnmapNotify
impl UnwindSafe for UnmapNotify
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