#[repr(u32)]pub enum VisualServerReflectionProbeUpdateMode {
Once = 0,
Always = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualServerReflectionProbeUpdateMode
impl Clone for VisualServerReflectionProbeUpdateMode
Source§fn clone(&self) -> VisualServerReflectionProbeUpdateMode
fn clone(&self) -> VisualServerReflectionProbeUpdateMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for VisualServerReflectionProbeUpdateMode
impl PartialEq for VisualServerReflectionProbeUpdateMode
Source§fn eq(&self, other: &VisualServerReflectionProbeUpdateMode) -> bool
fn eq(&self, other: &VisualServerReflectionProbeUpdateMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualServerReflectionProbeUpdateMode
impl Eq for VisualServerReflectionProbeUpdateMode
impl StructuralPartialEq for VisualServerReflectionProbeUpdateMode
Auto Trait Implementations§
impl Freeze for VisualServerReflectionProbeUpdateMode
impl RefUnwindSafe for VisualServerReflectionProbeUpdateMode
impl Send for VisualServerReflectionProbeUpdateMode
impl Sync for VisualServerReflectionProbeUpdateMode
impl Unpin for VisualServerReflectionProbeUpdateMode
impl UnwindSafe for VisualServerReflectionProbeUpdateMode
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