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