#[repr(C)]pub struct NotifyRequest {
pub port: c_uint,
}Fields§
§port: c_uintAuto 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