#[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 · 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§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 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