pub type magma_poll_item_t = magma_poll_item;
Aliased Type§
struct magma_poll_item_t {
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 more