Struct WindowEnum
pub struct WindowEnum(/* private fields */);
Implementations§
§impl WindowEnum
impl WindowEnum
pub const NONE: WindowEnum = _
Trait Implementations§
§impl Clone for WindowEnum
impl Clone for WindowEnum
§fn clone(&self) -> WindowEnum
fn clone(&self) -> WindowEnum
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 more§impl Debug for WindowEnum
impl Debug for WindowEnum
§impl Default for WindowEnum
impl Default for WindowEnum
§fn default() -> WindowEnum
fn default() -> WindowEnum
Returns the “default value” for a type. Read more
§impl From<u8> for WindowEnum
impl From<u8> for WindowEnum
§fn from(value: u8) -> WindowEnum
fn from(value: u8) -> WindowEnum
Converts to this type from the input type.
§impl Hash for WindowEnum
impl Hash for WindowEnum
§impl Ord for WindowEnum
impl Ord for WindowEnum
§impl PartialEq for WindowEnum
impl PartialEq for WindowEnum
§impl PartialOrd for WindowEnum
impl PartialOrd for WindowEnum
impl Copy for WindowEnum
impl Eq for WindowEnum
impl StructuralPartialEq for WindowEnum
Auto Trait Implementations§
impl Freeze for WindowEnum
impl RefUnwindSafe for WindowEnum
impl Send for WindowEnum
impl Sync for WindowEnum
impl Unpin for WindowEnum
impl UnwindSafe for WindowEnum
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)