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