#[repr(C)]pub struct EventFdState {
pub file_size: FileSize,
pub flags: EventRwFlags,
}Fields§
§file_size: FileSize§flags: EventRwFlagsTrait Implementations§
Source§impl Clone for EventFdState
impl Clone for EventFdState
Source§fn clone(&self) -> EventFdState
fn clone(&self) -> EventFdState
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 EventFdState
impl Debug for EventFdState
Source§impl PartialEq for EventFdState
impl PartialEq for EventFdState
impl Copy for EventFdState
impl Eq for EventFdState
impl StructuralPartialEq for EventFdState
Auto Trait Implementations§
impl Freeze for EventFdState
impl RefUnwindSafe for EventFdState
impl Send for EventFdState
impl Sync for EventFdState
impl Unpin for EventFdState
impl UnwindSafe for EventFdState
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