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