Enum breadx::auto::xproto::WindowClass [−][src]
Variants
Trait Implementations
impl AsByteSequence for WindowClass[src]
fn as_bytes(&self, bytes: &mut [u8]) -> usize[src]
fn from_bytes(bytes: &[u8]) -> Option<(Self, usize)>[src]
fn size(&self) -> usize[src]
fn file_descriptors(&mut self) -> Option<&mut Vec<Fd>>[src]
impl Clone for WindowClass[src]
fn clone(&self) -> WindowClass[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WindowClass[src]
impl Debug for WindowClass[src]
impl Default for WindowClass[src]
fn default() -> WindowClass[src]
impl Eq for WindowClass[src]
impl Ord for WindowClass[src]
fn cmp(&self, other: &WindowClass) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<WindowClass> for WindowClass[src]
fn eq(&self, other: &WindowClass) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<WindowClass> for WindowClass[src]
fn partial_cmp(&self, other: &WindowClass) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for WindowClass[src]
impl StructuralPartialEq for WindowClass[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowClass[src]
impl Send for WindowClass[src]
impl Sync for WindowClass[src]
impl Unpin for WindowClass[src]
impl UnwindSafe for WindowClass[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,