#[repr(C)]pub struct ReflectionProbeType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for ReflectionProbeType
impl ClassIdentity for ReflectionProbeType
Source§impl Clone for ReflectionProbeType
impl Clone for ReflectionProbeType
Source§fn clone(&self) -> ReflectionProbeType
fn clone(&self) -> ReflectionProbeType
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 ReflectionProbeType
impl Debug for ReflectionProbeType
Source§impl PartialEq for ReflectionProbeType
impl PartialEq for ReflectionProbeType
impl Copy for ReflectionProbeType
impl Eq for ReflectionProbeType
impl StructuralPartialEq for ReflectionProbeType
Auto Trait Implementations§
impl Freeze for ReflectionProbeType
impl RefUnwindSafe for ReflectionProbeType
impl Send for ReflectionProbeType
impl Sync for ReflectionProbeType
impl Unpin for ReflectionProbeType
impl UnwindSafe for ReflectionProbeType
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)