pub struct ScreenPixelUnit;Auto Trait Implementations§
impl Freeze for ScreenPixelUnit
impl RefUnwindSafe for ScreenPixelUnit
impl Send for ScreenPixelUnit
impl Sync for ScreenPixelUnit
impl Unpin for ScreenPixelUnit
impl UnsafeUnpin for ScreenPixelUnit
impl UnwindSafe for ScreenPixelUnit
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