pub struct GlTextureSize2D {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Implementations§
Trait Implementations§
Source§impl Clone for GlTextureSize2D
impl Clone for GlTextureSize2D
Source§fn clone(&self) -> GlTextureSize2D
fn clone(&self) -> GlTextureSize2D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlTextureSize2D
impl Debug for GlTextureSize2D
Source§impl PartialEq for GlTextureSize2D
impl PartialEq for GlTextureSize2D
Source§fn eq(&self, other: &GlTextureSize2D) -> bool
fn eq(&self, other: &GlTextureSize2D) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlTextureSize2D
impl Eq for GlTextureSize2D
impl StructuralPartialEq for GlTextureSize2D
Auto Trait Implementations§
impl Freeze for GlTextureSize2D
impl RefUnwindSafe for GlTextureSize2D
impl Send for GlTextureSize2D
impl Sync for GlTextureSize2D
impl Unpin for GlTextureSize2D
impl UnsafeUnpin for GlTextureSize2D
impl UnwindSafe for GlTextureSize2D
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