#[repr(u8)]pub enum ReloadShadows {
NO_ACTION = 0,
RELOAD = 1,
}Variants§
Implementations§
Source§impl ReloadShadows
impl ReloadShadows
Trait Implementations§
Source§impl Clone for ReloadShadows
impl Clone for ReloadShadows
Source§fn clone(&self) -> ReloadShadows
fn clone(&self) -> ReloadShadows
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 Debug for ReloadShadows
impl Debug for ReloadShadows
Source§impl From<ReloadShadows> for u8
impl From<ReloadShadows> for u8
Source§fn from(val: ReloadShadows) -> u8
fn from(val: ReloadShadows) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ReloadShadows
impl From<u8> for ReloadShadows
Source§fn from(val: u8) -> ReloadShadows
fn from(val: u8) -> ReloadShadows
Converts to this type from the input type.
Source§impl Ord for ReloadShadows
impl Ord for ReloadShadows
Source§fn cmp(&self, other: &ReloadShadows) -> Ordering
fn cmp(&self, other: &ReloadShadows) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReloadShadows
impl PartialEq for ReloadShadows
Source§impl PartialOrd for ReloadShadows
impl PartialOrd for ReloadShadows
impl Copy for ReloadShadows
impl Eq for ReloadShadows
impl StructuralPartialEq for ReloadShadows
Auto Trait Implementations§
impl Freeze for ReloadShadows
impl RefUnwindSafe for ReloadShadows
impl Send for ReloadShadows
impl Sync for ReloadShadows
impl Unpin for ReloadShadows
impl UnwindSafe for ReloadShadows
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