pub struct GLVersion { /* private fields */ }Trait Implementations§
impl Copy for GLVersion
Auto Trait Implementations§
impl Freeze for GLVersion
impl RefUnwindSafe for GLVersion
impl Send for GLVersion
impl Sync for GLVersion
impl Unpin for GLVersion
impl UnwindSafe for GLVersion
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