#[repr(u32)]pub enum VisualServerLightOmniShadowDetail {
Vertical = 0,
Horizontal = 1,
}Variants§
Trait Implementations§
Source§impl Clone for VisualServerLightOmniShadowDetail
impl Clone for VisualServerLightOmniShadowDetail
Source§fn clone(&self) -> VisualServerLightOmniShadowDetail
fn clone(&self) -> VisualServerLightOmniShadowDetail
Returns a duplicate 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 VisualServerLightOmniShadowDetail
impl PartialEq for VisualServerLightOmniShadowDetail
Source§fn eq(&self, other: &VisualServerLightOmniShadowDetail) -> bool
fn eq(&self, other: &VisualServerLightOmniShadowDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VisualServerLightOmniShadowDetail
impl Eq for VisualServerLightOmniShadowDetail
impl StructuralPartialEq for VisualServerLightOmniShadowDetail
Auto Trait Implementations§
impl Freeze for VisualServerLightOmniShadowDetail
impl RefUnwindSafe for VisualServerLightOmniShadowDetail
impl Send for VisualServerLightOmniShadowDetail
impl Sync for VisualServerLightOmniShadowDetail
impl Unpin for VisualServerLightOmniShadowDetail
impl UnsafeUnpin for VisualServerLightOmniShadowDetail
impl UnwindSafe for VisualServerLightOmniShadowDetail
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