pub struct GLboolean(/* private fields */);
Expand description
typedef unsigned char GLboolean;
This is provided as a full newtype wrapper, rather than just an alias, so that correct trait impls can be provided to make this easy to work with.
Implementations§
Trait Implementations§
Source§impl Ord for GLboolean
impl Ord for GLboolean
Source§impl PartialOrd for GLboolean
impl PartialOrd for GLboolean
impl Copy for GLboolean
impl Eq for GLboolean
impl StructuralPartialEq for GLboolean
Auto Trait Implementations§
impl Freeze for GLboolean
impl RefUnwindSafe for GLboolean
impl Send for GLboolean
impl Sync for GLboolean
impl Unpin for GLboolean
impl UnwindSafe for GLboolean
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