Struct glutin::platform::x11::X11VisualInfo
source · pub struct X11VisualInfo { /* private fields */ }
Available on
x11_platform
only.Expand description
The X11 visual info.
This must be used when building X11 window, so it’ll be compatible with the underlying Api.
Implementations§
source§impl X11VisualInfo
impl X11VisualInfo
Trait Implementations§
source§impl Debug for X11VisualInfo
impl Debug for X11VisualInfo
Auto Trait Implementations§
impl RefUnwindSafe for X11VisualInfo
impl !Send for X11VisualInfo
impl !Sync for X11VisualInfo
impl Unpin for X11VisualInfo
impl UnwindSafe for X11VisualInfo
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