Struct GLUtesselator
#[repr(transparent)]pub struct GLUtesselator(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for GLUtesselator
impl Clone for GLUtesselator
§fn clone(&self) -> GLUtesselator
fn clone(&self) -> GLUtesselator
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GLUtesselator
impl Debug for GLUtesselator
§impl Default for GLUtesselator
impl Default for GLUtesselator
§fn default() -> GLUtesselator
fn default() -> GLUtesselator
Returns the “default value” for a type. Read more
§impl PartialEq for GLUtesselator
impl PartialEq for GLUtesselator
impl Copy for GLUtesselator
impl Eq for GLUtesselator
impl StructuralPartialEq for GLUtesselator
Auto Trait Implementations§
impl Freeze for GLUtesselator
impl RefUnwindSafe for GLUtesselator
impl Send for GLUtesselator
impl Sync for GLUtesselator
impl Unpin for GLUtesselator
impl UnwindSafe for GLUtesselator
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