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