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