#[repr(C)]pub struct Locals {
pub proj: [[f32; 4]; 4],
}
Fields§
§proj: [[f32; 4]; 4]
Trait Implementations§
impl Copy for Locals
impl Pod for Locals
impl StructuralPartialEq for Locals
Auto Trait Implementations§
impl Freeze for Locals
impl RefUnwindSafe for Locals
impl Send for Locals
impl Sync for Locals
impl Unpin for Locals
impl UnwindSafe for Locals
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