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