#[repr(C)]pub struct sfGlslMat3 {
pub array: [f32; 9],
}Fields§
§array: [f32; 9]Trait Implementations§
Source§impl Clone for sfGlslMat3
impl Clone for sfGlslMat3
Source§fn clone(&self) -> sfGlslMat3
fn clone(&self) -> sfGlslMat3
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 sfGlslMat3
impl Debug for sfGlslMat3
Source§impl PartialEq for sfGlslMat3
impl PartialEq for sfGlslMat3
Source§fn eq(&self, other: &sfGlslMat3) -> bool
fn eq(&self, other: &sfGlslMat3) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for sfGlslMat3
impl PartialOrd for sfGlslMat3
impl Copy for sfGlslMat3
impl StructuralPartialEq for sfGlslMat3
Auto Trait Implementations§
impl Freeze for sfGlslMat3
impl RefUnwindSafe for sfGlslMat3
impl Send for sfGlslMat3
impl Sync for sfGlslMat3
impl Unpin for sfGlslMat3
impl UnsafeUnpin for sfGlslMat3
impl UnwindSafe for sfGlslMat3
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