Struct x11rb_protocol::protocol::xkb::RadioGroupBehavior
source · pub struct RadioGroupBehavior {
pub type_: u8,
pub group: u8,
}
Fields§
§type_: u8
§group: u8
Trait Implementations§
source§impl Clone for RadioGroupBehavior
impl Clone for RadioGroupBehavior
source§fn clone(&self) -> RadioGroupBehavior
fn clone(&self) -> RadioGroupBehavior
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 Debug for RadioGroupBehavior
impl Debug for RadioGroupBehavior
source§impl Default for RadioGroupBehavior
impl Default for RadioGroupBehavior
source§fn default() -> RadioGroupBehavior
fn default() -> RadioGroupBehavior
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RadioGroupBehavior
impl<'de> Deserialize<'de> for RadioGroupBehavior
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<RadioGroupBehavior> for Behavior
impl From<RadioGroupBehavior> for Behavior
source§fn from(radio_group: RadioGroupBehavior) -> Self
fn from(radio_group: RadioGroupBehavior) -> Self
Converts to this type from the input type.
source§impl Hash for RadioGroupBehavior
impl Hash for RadioGroupBehavior
source§impl Ord for RadioGroupBehavior
impl Ord for RadioGroupBehavior
source§fn cmp(&self, other: &RadioGroupBehavior) -> Ordering
fn cmp(&self, other: &RadioGroupBehavior) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RadioGroupBehavior
impl PartialEq for RadioGroupBehavior
source§fn eq(&self, other: &RadioGroupBehavior) -> bool
fn eq(&self, other: &RadioGroupBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RadioGroupBehavior
impl PartialOrd for RadioGroupBehavior
source§fn partial_cmp(&self, other: &RadioGroupBehavior) -> Option<Ordering>
fn partial_cmp(&self, other: &RadioGroupBehavior) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for RadioGroupBehavior
impl Serialize for RadioGroupBehavior
source§impl Serialize for RadioGroupBehavior
impl Serialize for RadioGroupBehavior
source§impl TryParse for RadioGroupBehavior
impl TryParse for RadioGroupBehavior
impl Copy for RadioGroupBehavior
impl Eq for RadioGroupBehavior
impl StructuralPartialEq for RadioGroupBehavior
Auto Trait Implementations§
impl Freeze for RadioGroupBehavior
impl RefUnwindSafe for RadioGroupBehavior
impl Send for RadioGroupBehavior
impl Sync for RadioGroupBehavior
impl Unpin for RadioGroupBehavior
impl UnwindSafe for RadioGroupBehavior
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> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<RawFdContainer>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<RawFdContainer> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more