#[repr(C)]pub enum MLNMapMode {
MLN_MAP_MODE_STATIC = 0,
MLN_MAP_MODE_TILE = 1,
}Expand description
Map rendering mode
Variants§
Trait Implementations§
Source§impl Clone for MLNMapMode
impl Clone for MLNMapMode
Source§fn clone(&self) -> MLNMapMode
fn clone(&self) -> MLNMapMode
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 MLNMapMode
impl Debug for MLNMapMode
Source§impl PartialEq for MLNMapMode
impl PartialEq for MLNMapMode
impl Copy for MLNMapMode
impl Eq for MLNMapMode
impl StructuralPartialEq for MLNMapMode
Auto Trait Implementations§
impl Freeze for MLNMapMode
impl RefUnwindSafe for MLNMapMode
impl Send for MLNMapMode
impl Sync for MLNMapMode
impl Unpin for MLNMapMode
impl UnsafeUnpin for MLNMapMode
impl UnwindSafe for MLNMapMode
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