#[repr(C)]pub struct sfGlslMat4 {
pub array: [f32; 16],
}Fields§
§array: [f32; 16]Trait Implementations§
Source§impl Clone for sfGlslMat4
impl Clone for sfGlslMat4
Source§fn clone(&self) -> sfGlslMat4
fn clone(&self) -> sfGlslMat4
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 sfGlslMat4
impl Debug for sfGlslMat4
Source§impl PartialEq for sfGlslMat4
impl PartialEq for sfGlslMat4
Source§impl PartialOrd for sfGlslMat4
impl PartialOrd for sfGlslMat4
impl Copy for sfGlslMat4
impl StructuralPartialEq for sfGlslMat4
Auto Trait Implementations§
impl Freeze for sfGlslMat4
impl RefUnwindSafe for sfGlslMat4
impl Send for sfGlslMat4
impl Sync for sfGlslMat4
impl Unpin for sfGlslMat4
impl UnwindSafe for sfGlslMat4
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