#[repr(C)]pub struct MapDispos_Flag {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapDispos_Flag
impl MapDispos_Flag
pub fn focus() -> Self
pub fn focus_unit() -> Self
pub fn forced() -> Self
pub fn warp() -> Self
pub fn not_forced() -> Self
pub fn loose() -> Self
pub fn fixed_speed() -> Self
pub fn dead() -> Self
pub fn status_fixed() -> Self
pub fn suppress_warning() -> Self
pub fn instant() -> Self
pub fn bind() -> Self
Trait Implementations§
Source§impl ClassIdentity for MapDispos_Flag
impl ClassIdentity for MapDispos_Flag
Source§impl Clone for MapDispos_Flag
impl Clone for MapDispos_Flag
Source§fn clone(&self) -> MapDispos_Flag
fn clone(&self) -> MapDispos_Flag
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MapDispos_Flag
impl Debug for MapDispos_Flag
Source§impl PartialEq for MapDispos_Flag
impl PartialEq for MapDispos_Flag
impl Copy for MapDispos_Flag
impl Eq for MapDispos_Flag
impl StructuralPartialEq for MapDispos_Flag
Auto Trait Implementations§
impl Freeze for MapDispos_Flag
impl RefUnwindSafe for MapDispos_Flag
impl Send for MapDispos_Flag
impl Sync for MapDispos_Flag
impl Unpin for MapDispos_Flag
impl UnwindSafe for MapDispos_Flag
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)