Struct surfman::platform::unix::x11::connection::DisplayGuard
source · pub(crate) struct DisplayGuard<'a> {
display: *mut Display,
phantom: PhantomData<&'a ()>,
}
Fields§
§display: *mut Display
§phantom: PhantomData<&'a ()>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayGuard<'a>
impl<'a> RefUnwindSafe for DisplayGuard<'a>
impl<'a> !Send for DisplayGuard<'a>
impl<'a> !Sync for DisplayGuard<'a>
impl<'a> Unpin for DisplayGuard<'a>
impl<'a> UnwindSafe for DisplayGuard<'a>
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