#[repr(C)]pub struct CiRenderViewerT {
pub sort_key: u64,
pub visibility_mask: u64,
pub visibility_context: StrhashT,
pub viewer_system: *mut ShaderSystemO,
pub viewer_cbuffer: *mut ShaderConstantBufferInstanceT,
pub viewer_rbinder: *mut ShaderResourceBinderInstanceT,
pub camera: *const CameraT,
pub gpu_picking: *mut GpuPickingO,
}Fields§
§sort_key: u64§visibility_mask: u64§visibility_context: StrhashT§viewer_system: *mut ShaderSystemO§viewer_cbuffer: *mut ShaderConstantBufferInstanceT§viewer_rbinder: *mut ShaderResourceBinderInstanceT§camera: *const CameraT§gpu_picking: *mut GpuPickingOTrait Implementations§
Auto Trait Implementations§
impl Freeze for CiRenderViewerT
impl RefUnwindSafe for CiRenderViewerT
impl !Send for CiRenderViewerT
impl !Sync for CiRenderViewerT
impl Unpin for CiRenderViewerT
impl UnwindSafe for CiRenderViewerT
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