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