Struct x11rb_protocol::protocol::xkb::SASetPtrDflt
source · pub struct SASetPtrDflt {
pub type_: SAType,
pub flags: SASetPtrDfltFlag,
pub affect: SASetPtrDfltFlag,
pub value: i8,
}
Fields§
§type_: SAType
§flags: SASetPtrDfltFlag
§affect: SASetPtrDfltFlag
§value: i8
Trait Implementations§
source§impl Clone for SASetPtrDflt
impl Clone for SASetPtrDflt
source§fn clone(&self) -> SASetPtrDflt
fn clone(&self) -> SASetPtrDflt
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 SASetPtrDflt
impl Debug for SASetPtrDflt
source§impl Default for SASetPtrDflt
impl Default for SASetPtrDflt
source§fn default() -> SASetPtrDflt
fn default() -> SASetPtrDflt
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SASetPtrDflt
impl<'de> Deserialize<'de> for SASetPtrDflt
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<SASetPtrDflt> for Action
impl From<SASetPtrDflt> for Action
source§fn from(setptrdflt: SASetPtrDflt) -> Self
fn from(setptrdflt: SASetPtrDflt) -> Self
Converts to this type from the input type.
source§impl Hash for SASetPtrDflt
impl Hash for SASetPtrDflt
source§impl Ord for SASetPtrDflt
impl Ord for SASetPtrDflt
source§fn cmp(&self, other: &SASetPtrDflt) -> Ordering
fn cmp(&self, other: &SASetPtrDflt) -> 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 SASetPtrDflt
impl PartialEq for SASetPtrDflt
source§fn eq(&self, other: &SASetPtrDflt) -> bool
fn eq(&self, other: &SASetPtrDflt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SASetPtrDflt
impl PartialOrd for SASetPtrDflt
source§fn partial_cmp(&self, other: &SASetPtrDflt) -> Option<Ordering>
fn partial_cmp(&self, other: &SASetPtrDflt) -> 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 SASetPtrDflt
impl Serialize for SASetPtrDflt
source§impl Serialize for SASetPtrDflt
impl Serialize for SASetPtrDflt
source§impl TryParse for SASetPtrDflt
impl TryParse for SASetPtrDflt
impl Copy for SASetPtrDflt
impl Eq for SASetPtrDflt
impl StructuralPartialEq for SASetPtrDflt
Auto Trait Implementations§
impl Freeze for SASetPtrDflt
impl RefUnwindSafe for SASetPtrDflt
impl Send for SASetPtrDflt
impl Sync for SASetPtrDflt
impl Unpin for SASetPtrDflt
impl UnwindSafe for SASetPtrDflt
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