pub enum AppUnits {
DeviceIndependent,
HardwarePixels,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppUnits
impl RefUnwindSafe for AppUnits
impl Send for AppUnits
impl Sync for AppUnits
impl Unpin for AppUnits
impl UnwindSafe for AppUnits
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