Struct xcb::ffi::xkb::xcb_xkb_radio_group_behavior_t
[−]
[src]
#[repr(C)]pub struct xcb_xkb_radio_group_behavior_t { pub type_: u8, pub group: u8, }
Fields
type_: u8
group: u8
Trait Implementations
impl Copy for xcb_xkb_radio_group_behavior_t
[src]
impl Clone for xcb_xkb_radio_group_behavior_t
[src]
fn clone(&self) -> xcb_xkb_radio_group_behavior_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more