pub enum RawConfig {
Egl(*const c_void),
Glx(*const c_void),
}
Expand description
Raw config.
Variants§
Trait Implementations§
impl Copy for RawConfig
impl Eq for RawConfig
impl StructuralPartialEq for RawConfig
Auto Trait Implementations§
impl Freeze for RawConfig
impl RefUnwindSafe for RawConfig
impl !Send for RawConfig
impl !Sync for RawConfig
impl Unpin for RawConfig
impl UnwindSafe for RawConfig
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