pub struct WindowClass(/* private fields */);
Implementations§
Source§impl WindowClass
impl WindowClass
pub const COPY_FROM_PARENT: Self
pub const INPUT_OUTPUT: Self
pub const INPUT_ONLY: Self
Trait Implementations§
Source§impl Clone for WindowClass
impl Clone for WindowClass
Source§fn clone(&self) -> WindowClass
fn clone(&self) -> WindowClass
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 WindowClass
impl Debug for WindowClass
Source§impl Default for WindowClass
impl Default for WindowClass
Source§fn default() -> WindowClass
fn default() -> WindowClass
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WindowClass
impl<'de> Deserialize<'de> for WindowClass
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<WindowClass> for Option<u16>
impl From<WindowClass> for Option<u16>
Source§fn from(input: WindowClass) -> Self
fn from(input: WindowClass) -> Self
Converts to this type from the input type.
Source§impl From<WindowClass> for Option<u32>
impl From<WindowClass> for Option<u32>
Source§fn from(input: WindowClass) -> Self
fn from(input: WindowClass) -> Self
Converts to this type from the input type.
Source§impl From<WindowClass> for u16
impl From<WindowClass> for u16
Source§fn from(input: WindowClass) -> Self
fn from(input: WindowClass) -> Self
Converts to this type from the input type.
Source§impl From<WindowClass> for u32
impl From<WindowClass> for u32
Source§fn from(input: WindowClass) -> Self
fn from(input: WindowClass) -> Self
Converts to this type from the input type.
Source§impl From<u16> for WindowClass
impl From<u16> for WindowClass
Source§impl From<u8> for WindowClass
impl From<u8> for WindowClass
Source§impl Hash for WindowClass
impl Hash for WindowClass
Source§impl Ord for WindowClass
impl Ord for WindowClass
Source§fn cmp(&self, other: &WindowClass) -> Ordering
fn cmp(&self, other: &WindowClass) -> 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 WindowClass
impl PartialEq for WindowClass
Source§impl PartialOrd for WindowClass
impl PartialOrd for WindowClass
Source§impl Serialize for WindowClass
impl Serialize for WindowClass
impl Copy for WindowClass
impl Eq for WindowClass
impl StructuralPartialEq for WindowClass
Auto Trait Implementations§
impl Freeze for WindowClass
impl RefUnwindSafe for WindowClass
impl Send for WindowClass
impl Sync for WindowClass
impl Unpin for WindowClass
impl UnwindSafe for WindowClass
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