Struct xcb::xkb::PermamentRadioGroupBehavior
[−]
[src]
pub struct PermamentRadioGroupBehavior { pub base: xcb_xkb_permament_radio_group_behavior_t, }
Fields
base: xcb_xkb_permament_radio_group_behavior_t
Methods
impl PermamentRadioGroupBehavior
[src]
fn new(type_: u8, group: u8) -> PermamentRadioGroupBehavior
fn type_(&self) -> u8
fn group(&self) -> u8
Trait Implementations
impl Copy for PermamentRadioGroupBehavior
[src]
impl Clone for PermamentRadioGroupBehavior
[src]
fn clone(&self) -> PermamentRadioGroupBehavior
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