#[repr(C)]pub struct dWorldTemplate<dWorldTemplateBase> {
pub _base: dWorldTemplateBase,
pub _phantom_0: PhantomData<UnsafeCell<dWorldTemplateBase>>,
}
Fields§
§_base: dWorldTemplateBase
§_phantom_0: PhantomData<UnsafeCell<dWorldTemplateBase>>
Trait Implementations§
Source§impl<dWorldTemplateBase: Clone> Clone for dWorldTemplate<dWorldTemplateBase>
impl<dWorldTemplateBase: Clone> Clone for dWorldTemplate<dWorldTemplateBase>
Source§fn clone(&self) -> dWorldTemplate<dWorldTemplateBase>
fn clone(&self) -> dWorldTemplate<dWorldTemplateBase>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<dWorldTemplateBase: Debug> Debug for dWorldTemplate<dWorldTemplateBase>
impl<dWorldTemplateBase: Debug> Debug for dWorldTemplate<dWorldTemplateBase>
impl<dWorldTemplateBase: Copy> Copy for dWorldTemplate<dWorldTemplateBase>
Auto Trait Implementations§
impl<dWorldTemplateBase> Freeze for dWorldTemplate<dWorldTemplateBase>where
dWorldTemplateBase: Freeze,
impl<dWorldTemplateBase> !RefUnwindSafe for dWorldTemplate<dWorldTemplateBase>
impl<dWorldTemplateBase> Send for dWorldTemplate<dWorldTemplateBase>where
dWorldTemplateBase: Send,
impl<dWorldTemplateBase> !Sync for dWorldTemplate<dWorldTemplateBase>
impl<dWorldTemplateBase> Unpin for dWorldTemplate<dWorldTemplateBase>where
dWorldTemplateBase: Unpin,
impl<dWorldTemplateBase> UnwindSafe for dWorldTemplate<dWorldTemplateBase>where
dWorldTemplateBase: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more