#[repr(C)]pub struct HubMiniMap_MapMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for HubMiniMap_MapMode
impl ClassIdentity for HubMiniMap_MapMode
Source§impl Clone for HubMiniMap_MapMode
impl Clone for HubMiniMap_MapMode
Source§fn clone(&self) -> HubMiniMap_MapMode
fn clone(&self) -> HubMiniMap_MapMode
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 HubMiniMap_MapMode
impl Debug for HubMiniMap_MapMode
Source§impl PartialEq for HubMiniMap_MapMode
impl PartialEq for HubMiniMap_MapMode
impl Copy for HubMiniMap_MapMode
impl Eq for HubMiniMap_MapMode
impl StructuralPartialEq for HubMiniMap_MapMode
Auto Trait Implementations§
impl Freeze for HubMiniMap_MapMode
impl RefUnwindSafe for HubMiniMap_MapMode
impl Send for HubMiniMap_MapMode
impl Sync for HubMiniMap_MapMode
impl Unpin for HubMiniMap_MapMode
impl UnwindSafe for HubMiniMap_MapMode
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)