#[repr(C)]pub struct MapCursorLocatorRoot_PartType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapCursorLocatorRoot_PartType
impl MapCursorLocatorRoot_PartType
pub fn map_cursor1() -> Self
pub fn map_cursor2() -> Self
pub fn map_cursor3() -> Self
pub fn map_cursor4() -> Self
pub fn lock_root1() -> Self
pub fn lock_root2() -> Self
pub fn lock_root3() -> Self
pub fn lock_root4() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapCursorLocatorRoot_PartType
impl Clone for MapCursorLocatorRoot_PartType
Source§fn clone(&self) -> MapCursorLocatorRoot_PartType
fn clone(&self) -> MapCursorLocatorRoot_PartType
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 MapCursorLocatorRoot_PartType
impl Debug for MapCursorLocatorRoot_PartType
Source§impl PartialEq for MapCursorLocatorRoot_PartType
impl PartialEq for MapCursorLocatorRoot_PartType
impl Copy for MapCursorLocatorRoot_PartType
impl Eq for MapCursorLocatorRoot_PartType
impl StructuralPartialEq for MapCursorLocatorRoot_PartType
Auto Trait Implementations§
impl Freeze for MapCursorLocatorRoot_PartType
impl RefUnwindSafe for MapCursorLocatorRoot_PartType
impl Send for MapCursorLocatorRoot_PartType
impl Sync for MapCursorLocatorRoot_PartType
impl Unpin for MapCursorLocatorRoot_PartType
impl UnwindSafe for MapCursorLocatorRoot_PartType
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)