#[repr(C)]pub struct XilaFileSystemPollEvent {
pub fd: XilaFileIdentifier,
pub events: u32,
pub revents: u32,
}Fields§
§fd: XilaFileIdentifier§events: u32§revents: u32Trait Implementations§
Source§impl Clone for XilaFileSystemPollEvent
impl Clone for XilaFileSystemPollEvent
Source§fn clone(&self) -> XilaFileSystemPollEvent
fn clone(&self) -> XilaFileSystemPollEvent
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 moreSource§impl Debug for XilaFileSystemPollEvent
impl Debug for XilaFileSystemPollEvent
impl Copy for XilaFileSystemPollEvent
Auto Trait Implementations§
impl Freeze for XilaFileSystemPollEvent
impl RefUnwindSafe for XilaFileSystemPollEvent
impl Send for XilaFileSystemPollEvent
impl Sync for XilaFileSystemPollEvent
impl Unpin for XilaFileSystemPollEvent
impl UnsafeUnpin for XilaFileSystemPollEvent
impl UnwindSafe for XilaFileSystemPollEvent
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