#[repr(C)]pub enum MapIconStyle {
Local = 0,
Global = 1,
LocalCheckpoint = 2,
GlobalCheckpoint = 3,
}Expand description
Map Icon Styles
Variants§
Trait Implementations§
Source§impl Clone for MapIconStyle
impl Clone for MapIconStyle
Source§fn clone(&self) -> MapIconStyle
fn clone(&self) -> MapIconStyle
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 MapIconStyle
impl Debug for MapIconStyle
Source§impl PartialEq for MapIconStyle
impl PartialEq for MapIconStyle
impl Copy for MapIconStyle
impl StructuralPartialEq for MapIconStyle
Auto Trait Implementations§
impl Freeze for MapIconStyle
impl RefUnwindSafe for MapIconStyle
impl Send for MapIconStyle
impl Sync for MapIconStyle
impl Unpin for MapIconStyle
impl UnwindSafe for MapIconStyle
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