pub struct GlConfig {
pub srgb: bool,
}Fields§
§srgb: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for GlConfig
impl RefUnwindSafe for GlConfig
impl Send for GlConfig
impl Sync for GlConfig
impl Unpin for GlConfig
impl UnsafeUnpin for GlConfig
impl UnwindSafe for GlConfig
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