#[repr(C)]pub struct GmapSpotAdjuster_TargetModel {
pub メモ: Il2CppString,
pub 対象とする地面: Il2CppString,
pub 吸着する: bool,
}Expand description
Fields§
§メモ: Il2CppString§対象とする地面: Il2CppString§吸着する: boolTrait Implementations§
Source§impl Clone for GmapSpotAdjuster_TargetModel
impl Clone for GmapSpotAdjuster_TargetModel
Source§fn clone(&self) -> GmapSpotAdjuster_TargetModel
fn clone(&self) -> GmapSpotAdjuster_TargetModel
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 moreimpl Copy for GmapSpotAdjuster_TargetModel
Auto Trait Implementations§
impl Freeze for GmapSpotAdjuster_TargetModel
impl RefUnwindSafe for GmapSpotAdjuster_TargetModel
impl !Send for GmapSpotAdjuster_TargetModel
impl !Sync for GmapSpotAdjuster_TargetModel
impl Unpin for GmapSpotAdjuster_TargetModel
impl UnwindSafe for GmapSpotAdjuster_TargetModel
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)