Struct maelstrom_linux::PollEvents
source · pub struct PollEvents(/* private fields */);
Implementations§
source§impl PollEvents
impl PollEvents
Trait Implementations§
source§impl BitOr for PollEvents
impl BitOr for PollEvents
§type Output = PollEvents
type Output = PollEvents
The resulting type after applying the
|
operator.source§fn bitor(self, rhs: PollEvents) -> PollEvents
fn bitor(self, rhs: PollEvents) -> PollEvents
Performs the
|
operation. Read moresource§impl Clone for PollEvents
impl Clone for PollEvents
source§fn clone(&self) -> PollEvents
fn clone(&self) -> PollEvents
Returns a copy 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 Default for PollEvents
impl Default for PollEvents
source§fn default() -> PollEvents
fn default() -> PollEvents
Returns the “default value” for a type. Read more
impl Copy for PollEvents
Auto Trait Implementations§
impl Freeze for PollEvents
impl RefUnwindSafe for PollEvents
impl Send for PollEvents
impl Sync for PollEvents
impl Unpin for PollEvents
impl UnwindSafe for PollEvents
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)