#[repr(C)]pub struct FusePollOut {
pub revents: u32,
pub padding: u32,
}Expand description
FUSE poll response fuse_poll_out
Fields§
§revents: u32Poll result event mask
padding: u32Padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FusePollOut
impl RefUnwindSafe for FusePollOut
impl Send for FusePollOut
impl Sync for FusePollOut
impl Unpin for FusePollOut
impl UnwindSafe for FusePollOut
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