Struct x11rb::protocol::xproto::GetPropertyType
source · pub struct GetPropertyType(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl GetPropertyType
impl GetPropertyType
pub const ANY: GetPropertyType = _
Trait Implementations§
source§impl Clone for GetPropertyType
impl Clone for GetPropertyType
source§fn clone(&self) -> GetPropertyType
fn clone(&self) -> GetPropertyType
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 GetPropertyType
impl Debug for GetPropertyType
source§impl Default for GetPropertyType
impl Default for GetPropertyType
source§fn default() -> GetPropertyType
fn default() -> GetPropertyType
Returns the “default value” for a type. Read more
source§impl From<u8> for GetPropertyType
impl From<u8> for GetPropertyType
source§fn from(value: u8) -> GetPropertyType
fn from(value: u8) -> GetPropertyType
Converts to this type from the input type.
source§impl Hash for GetPropertyType
impl Hash for GetPropertyType
source§impl Ord for GetPropertyType
impl Ord for GetPropertyType
source§fn cmp(&self, other: &GetPropertyType) -> Ordering
fn cmp(&self, other: &GetPropertyType) -> 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 GetPropertyType
impl PartialEq for GetPropertyType
source§fn eq(&self, other: &GetPropertyType) -> bool
fn eq(&self, other: &GetPropertyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetPropertyType
impl PartialOrd for GetPropertyType
source§fn partial_cmp(&self, other: &GetPropertyType) -> Option<Ordering>
fn partial_cmp(&self, other: &GetPropertyType) -> 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 moreimpl Copy for GetPropertyType
impl Eq for GetPropertyType
impl StructuralPartialEq for GetPropertyType
Auto Trait Implementations§
impl Freeze for GetPropertyType
impl RefUnwindSafe for GetPropertyType
impl Send for GetPropertyType
impl Sync for GetPropertyType
impl Unpin for GetPropertyType
impl UnwindSafe for GetPropertyType
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