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