pub struct GlValue(pub GlBackendOptions);Tuple Fields§
§0: GlBackendOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for GlValue
impl RefUnwindSafe for GlValue
impl Send for GlValue
impl Sync for GlValue
impl Unpin for GlValue
impl UnwindSafe for GlValue
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