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