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