pub struct GlTextureSize3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}Fields§
§width: u32§height: u32§depth: u32Implementations§
Trait Implementations§
Source§impl Clone for GlTextureSize3D
impl Clone for GlTextureSize3D
Source§fn clone(&self) -> GlTextureSize3D
fn clone(&self) -> GlTextureSize3D
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 GlTextureSize3D
impl Debug for GlTextureSize3D
Source§impl PartialEq for GlTextureSize3D
impl PartialEq for GlTextureSize3D
Source§fn eq(&self, other: &GlTextureSize3D) -> bool
fn eq(&self, other: &GlTextureSize3D) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlTextureSize3D
impl Eq for GlTextureSize3D
impl StructuralPartialEq for GlTextureSize3D
Auto Trait Implementations§
impl Freeze for GlTextureSize3D
impl RefUnwindSafe for GlTextureSize3D
impl Send for GlTextureSize3D
impl Sync for GlTextureSize3D
impl Unpin for GlTextureSize3D
impl UnsafeUnpin for GlTextureSize3D
impl UnwindSafe for GlTextureSize3D
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