pub struct ovrMatrix4f {
pub _align: [u32; 0],
/* private fields */
}Expand description
A 4x4 matrix with f32 elements.
Fields§
§_align: [u32; 0]Trait Implementations§
Source§impl Clone for ovrMatrix4f
impl Clone for ovrMatrix4f
Source§fn clone(&self) -> ovrMatrix4f
fn clone(&self) -> ovrMatrix4f
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 ovrMatrix4f
impl Debug for ovrMatrix4f
impl Copy for ovrMatrix4f
Auto Trait Implementations§
impl Freeze for ovrMatrix4f
impl RefUnwindSafe for ovrMatrix4f
impl Send for ovrMatrix4f
impl Sync for ovrMatrix4f
impl Unpin for ovrMatrix4f
impl UnwindSafe for ovrMatrix4f
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