pub struct PlatformSpecificWindowAttributes;Trait Implementations§
Source§impl Clone for PlatformSpecificWindowAttributes
impl Clone for PlatformSpecificWindowAttributes
Source§fn clone(&self) -> PlatformSpecificWindowAttributes
fn clone(&self) -> PlatformSpecificWindowAttributes
Returns a duplicate 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 Default for PlatformSpecificWindowAttributes
impl Default for PlatformSpecificWindowAttributes
Source§fn default() -> PlatformSpecificWindowAttributes
fn default() -> PlatformSpecificWindowAttributes
Returns the “default value” for a type. Read more
Source§impl PartialEq for PlatformSpecificWindowAttributes
impl PartialEq for PlatformSpecificWindowAttributes
Source§fn eq(&self, other: &PlatformSpecificWindowAttributes) -> bool
fn eq(&self, other: &PlatformSpecificWindowAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PlatformSpecificWindowAttributes
impl Eq for PlatformSpecificWindowAttributes
impl StructuralPartialEq for PlatformSpecificWindowAttributes
Auto Trait Implementations§
impl Freeze for PlatformSpecificWindowAttributes
impl RefUnwindSafe for PlatformSpecificWindowAttributes
impl Send for PlatformSpecificWindowAttributes
impl Sync for PlatformSpecificWindowAttributes
impl Unpin for PlatformSpecificWindowAttributes
impl UnwindSafe for PlatformSpecificWindowAttributes
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