#[repr(C)]pub struct PerObjectData {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl PerObjectData
impl PerObjectData
pub fn none() -> Self
pub fn light_probe() -> Self
pub fn reflection_probes() -> Self
pub fn light_probe_proxy_volume() -> Self
pub fn lightmaps() -> Self
pub fn light_data() -> Self
pub fn motion_vectors() -> Self
pub fn light_indices() -> Self
pub fn reflection_probe_data() -> Self
pub fn occlusion_probe() -> Self
pub fn occlusion_probe_proxy_volume() -> Self
pub fn shadow_mask() -> Self
Trait Implementations§
Source§impl ClassIdentity for PerObjectData
impl ClassIdentity for PerObjectData
Source§impl Clone for PerObjectData
impl Clone for PerObjectData
Source§fn clone(&self) -> PerObjectData
fn clone(&self) -> PerObjectData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PerObjectData
impl Debug for PerObjectData
Source§impl PartialEq for PerObjectData
impl PartialEq for PerObjectData
impl Copy for PerObjectData
impl Eq for PerObjectData
impl StructuralPartialEq for PerObjectData
Auto Trait Implementations§
impl Freeze for PerObjectData
impl RefUnwindSafe for PerObjectData
impl Send for PerObjectData
impl Sync for PerObjectData
impl Unpin for PerObjectData
impl UnwindSafe for PerObjectData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)