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