#[repr(C)]pub enum MLNDebugOptions {
MLN_DEBUG_NONE = 0,
MLN_DEBUG_TILE_BORDERS = 1,
MLN_DEBUG_PARSE_STATUS = 2,
MLN_DEBUG_TIMESTAMPS = 4,
MLN_DEBUG_COLLISION = 8,
MLN_DEBUG_OVERDRAW = 16,
}Expand description
Debug options (bitflags)
Variants§
MLN_DEBUG_NONE = 0
MLN_DEBUG_TILE_BORDERS = 1
MLN_DEBUG_PARSE_STATUS = 2
MLN_DEBUG_TIMESTAMPS = 4
MLN_DEBUG_COLLISION = 8
MLN_DEBUG_OVERDRAW = 16
Trait Implementations§
Source§impl Clone for MLNDebugOptions
impl Clone for MLNDebugOptions
Source§fn clone(&self) -> MLNDebugOptions
fn clone(&self) -> MLNDebugOptions
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 MLNDebugOptions
impl Debug for MLNDebugOptions
Source§impl PartialEq for MLNDebugOptions
impl PartialEq for MLNDebugOptions
impl Copy for MLNDebugOptions
impl Eq for MLNDebugOptions
impl StructuralPartialEq for MLNDebugOptions
Auto Trait Implementations§
impl Freeze for MLNDebugOptions
impl RefUnwindSafe for MLNDebugOptions
impl Send for MLNDebugOptions
impl Sync for MLNDebugOptions
impl Unpin for MLNDebugOptions
impl UnsafeUnpin for MLNDebugOptions
impl UnwindSafe for MLNDebugOptions
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