pub struct ScreenId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for ScreenId
impl Eq for ScreenId
impl StructuralPartialEq for ScreenId
Auto Trait Implementations§
impl Freeze for ScreenId
impl RefUnwindSafe for ScreenId
impl Send for ScreenId
impl Sync for ScreenId
impl Unpin for ScreenId
impl UnsafeUnpin for ScreenId
impl UnwindSafe for ScreenId
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