#[repr(C)]pub struct sfGlslIvec4 {
pub x: c_int,
pub y: c_int,
pub z: c_int,
pub w: c_int,
}Fields§
§x: c_int§y: c_int§z: c_int§w: c_intTrait Implementations§
Source§impl Clone for sfGlslIvec4
impl Clone for sfGlslIvec4
Source§fn clone(&self) -> sfGlslIvec4
fn clone(&self) -> sfGlslIvec4
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 sfGlslIvec4
impl Debug for sfGlslIvec4
Source§impl Hash for sfGlslIvec4
impl Hash for sfGlslIvec4
Source§impl Ord for sfGlslIvec4
impl Ord for sfGlslIvec4
Source§fn cmp(&self, other: &sfGlslIvec4) -> Ordering
fn cmp(&self, other: &sfGlslIvec4) -> 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 sfGlslIvec4
impl PartialEq for sfGlslIvec4
Source§impl PartialOrd for sfGlslIvec4
impl PartialOrd for sfGlslIvec4
impl Copy for sfGlslIvec4
impl Eq for sfGlslIvec4
impl StructuralPartialEq for sfGlslIvec4
Auto Trait Implementations§
impl Freeze for sfGlslIvec4
impl RefUnwindSafe for sfGlslIvec4
impl Send for sfGlslIvec4
impl Sync for sfGlslIvec4
impl Unpin for sfGlslIvec4
impl UnwindSafe for sfGlslIvec4
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