#[repr(C)]pub struct TESCameraState {
pub vtable: *const TESCameraStateVtbl,
pub __base: BSIntrusiveRefCounted,
pub pad0C: u8,
pub camera: *mut TESCamera,
pub id: CameraState,
pub pad34: u32,
}
Fields§
§vtable: *const TESCameraStateVtbl
§__base: BSIntrusiveRefCounted
§pad0C: u8
§camera: *mut TESCamera
§id: CameraState
§pad34: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TESCameraState
impl RefUnwindSafe for TESCameraState
impl !Send for TESCameraState
impl !Sync for TESCameraState
impl Unpin for TESCameraState
impl UnwindSafe for TESCameraState
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