#[repr(C)]pub struct CameraT {
pub projection: [Mat44T; 3],
pub view: [Mat44T; 3],
pub settings: CameraSettingsT,
}
Fields§
§projection: [Mat44T; 3]
§view: [Mat44T; 3]
§settings: CameraSettingsT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CameraT
impl RefUnwindSafe for CameraT
impl Send for CameraT
impl Sync for CameraT
impl Unpin for CameraT
impl UnwindSafe for CameraT
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