#[repr(C)]pub struct sfGlslIvec3 {
pub x: c_int,
pub y: c_int,
pub z: c_int,
}Fields§
§x: c_int§y: c_int§z: c_intTrait Implementations§
Source§impl Clone for sfGlslIvec3
impl Clone for sfGlslIvec3
Source§fn clone(&self) -> sfGlslIvec3
fn clone(&self) -> sfGlslIvec3
Returns a duplicate 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 moreSource§impl Debug for sfGlslIvec3
impl Debug for sfGlslIvec3
Source§impl Hash for sfGlslIvec3
impl Hash for sfGlslIvec3
Source§impl Ord for sfGlslIvec3
impl Ord for sfGlslIvec3
Source§fn cmp(&self, other: &sfGlslIvec3) -> Ordering
fn cmp(&self, other: &sfGlslIvec3) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfGlslIvec3
impl PartialEq for sfGlslIvec3
Source§impl PartialOrd for sfGlslIvec3
impl PartialOrd for sfGlslIvec3
impl Copy for sfGlslIvec3
impl Eq for sfGlslIvec3
impl StructuralPartialEq for sfGlslIvec3
Auto Trait Implementations§
impl Freeze for sfGlslIvec3
impl RefUnwindSafe for sfGlslIvec3
impl Send for sfGlslIvec3
impl Sync for sfGlslIvec3
impl Unpin for sfGlslIvec3
impl UnwindSafe for sfGlslIvec3
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