pub struct WindowIdMain {}
Trait Implementations§
Source§impl Clone for WindowIdMain
impl Clone for WindowIdMain
Source§fn clone(&self) -> WindowIdMain
fn clone(&self) -> WindowIdMain
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 PartialEq for WindowIdMain
impl PartialEq for WindowIdMain
Source§impl WindowIdProvider for WindowIdMain
impl WindowIdProvider for WindowIdMain
impl Copy for WindowIdMain
impl Eq for WindowIdMain
impl StructuralPartialEq for WindowIdMain
Auto Trait Implementations§
impl Freeze for WindowIdMain
impl RefUnwindSafe for WindowIdMain
impl Send for WindowIdMain
impl Sync for WindowIdMain
impl Unpin for WindowIdMain
impl UnwindSafe for WindowIdMain
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