Struct magma::magma_poll_item
source · #[repr(C)]pub struct magma_poll_item {
pub __bindgen_anon_1: magma_poll_item__bindgen_ty_1,
pub type_: u32,
pub condition: u32,
pub result: u32,
pub unused: u32,
}
Fields§
§__bindgen_anon_1: magma_poll_item__bindgen_ty_1
§type_: u32
§condition: u32
§result: u32
§unused: u32
Trait Implementations§
source§impl Clone for magma_poll_item
impl Clone for magma_poll_item
source§fn clone(&self) -> magma_poll_item
fn clone(&self) -> magma_poll_item
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 magma_poll_item
impl Default for magma_poll_item
impl Copy for magma_poll_item
Auto Trait Implementations§
impl Freeze for magma_poll_item
impl RefUnwindSafe for magma_poll_item
impl Send for magma_poll_item
impl Sync for magma_poll_item
impl Unpin for magma_poll_item
impl UnwindSafe for magma_poll_item
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: 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
)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
)