#[repr(C)]pub struct FuseNotifyPollWakeUpOut {
pub kh: u64,
}Expand description
FUSE notify poll wakeup response fuse_notify_poll_wakeup_out
Fields§
§kh: u64Wakeup handler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseNotifyPollWakeUpOut
impl RefUnwindSafe for FuseNotifyPollWakeUpOut
impl Send for FuseNotifyPollWakeUpOut
impl Sync for FuseNotifyPollWakeUpOut
impl Unpin for FuseNotifyPollWakeUpOut
impl UnwindSafe for FuseNotifyPollWakeUpOut
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