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