#[repr(C)]pub struct FtCliffCatch {
pub ledge_index: c_int,
pub fall_timer: f32,
pub timer: c_int,
}Expand description
State Structs
Fields§
§ledge_index: c_int§fall_timer: f32§timer: c_intTrait Implementations§
Source§impl Clone for FtCliffCatch
impl Clone for FtCliffCatch
Source§fn clone(&self) -> FtCliffCatch
fn clone(&self) -> FtCliffCatch
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 Debug for FtCliffCatch
impl Debug for FtCliffCatch
impl Copy for FtCliffCatch
Auto Trait Implementations§
impl Freeze for FtCliffCatch
impl RefUnwindSafe for FtCliffCatch
impl Send for FtCliffCatch
impl Sync for FtCliffCatch
impl Unpin for FtCliffCatch
impl UnwindSafe for FtCliffCatch
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