pub enum Magnifier {}Available on crate feature
ui only.Trait Implementations§
impl WindowSubtype for Magnifier
Auto Trait Implementations§
impl Freeze for Magnifier
impl RefUnwindSafe for Magnifier
impl Send for Magnifier
impl Sync for Magnifier
impl Unpin for Magnifier
impl UnwindSafe for Magnifier
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