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