#[repr(C)]pub struct ViewerCameraT {
pub tm: TransformT,
pub camera: *const CameraSettingsT,
}Fields§
§tm: TransformT§camera: *const CameraSettingsTTrait Implementations§
Auto Trait Implementations§
impl Freeze for ViewerCameraT
impl RefUnwindSafe for ViewerCameraT
impl !Send for ViewerCameraT
impl !Sync for ViewerCameraT
impl Unpin for ViewerCameraT
impl UnwindSafe for ViewerCameraT
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