Enum tk::types::TkWindowingSystem
source · pub enum TkWindowingSystem {
X11,
Win32,
Aqua,
}
Variants§
Trait Implementations§
source§impl Clone for TkWindowingSystem
impl Clone for TkWindowingSystem
source§fn clone(&self) -> TkWindowingSystem
fn clone(&self) -> TkWindowingSystem
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 TkWindowingSystem
impl Debug for TkWindowingSystem
source§impl<'de> Deserialize<'de> for TkWindowingSystem
impl<'de> Deserialize<'de> for TkWindowingSystem
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 Display for TkWindowingSystem
impl Display for TkWindowingSystem
source§impl PartialEq<TkWindowingSystem> for TkWindowingSystem
impl PartialEq<TkWindowingSystem> for TkWindowingSystem
source§fn eq(&self, other: &TkWindowingSystem) -> bool
fn eq(&self, other: &TkWindowingSystem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TkWindowingSystem
impl Serialize for TkWindowingSystem
impl Copy for TkWindowingSystem
impl Eq for TkWindowingSystem
impl StructuralEq for TkWindowingSystem
impl StructuralPartialEq for TkWindowingSystem
Auto Trait Implementations§
impl RefUnwindSafe for TkWindowingSystem
impl Send for TkWindowingSystem
impl Sync for TkWindowingSystem
impl Unpin for TkWindowingSystem
impl UnwindSafe for TkWindowingSystem
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