#[repr(C)]pub struct MnSlChrIcon {
pub ft_hudindex: u8_,
pub ft_kind: u8_,
pub state: u8_,
pub anim_timer: u8_,
pub joint_id: u8_,
pub joint2_id: u8_,
pub sfx: c_int,
pub bound_l: f32,
pub bound_r: f32,
pub bound_u: f32,
pub bound_d: f32,
}Fields§
§ft_hudindex: u8_§ft_kind: u8_§state: u8_§anim_timer: u8_§joint_id: u8_§joint2_id: u8_§sfx: c_int§bound_l: f32§bound_r: f32§bound_u: f32§bound_d: f32Trait Implementations§
Source§impl Clone for MnSlChrIcon
impl Clone for MnSlChrIcon
Source§fn clone(&self) -> MnSlChrIcon
fn clone(&self) -> MnSlChrIcon
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 MnSlChrIcon
impl Debug for MnSlChrIcon
impl Copy for MnSlChrIcon
Auto Trait Implementations§
impl Freeze for MnSlChrIcon
impl RefUnwindSafe for MnSlChrIcon
impl Send for MnSlChrIcon
impl Sync for MnSlChrIcon
impl Unpin for MnSlChrIcon
impl UnwindSafe for MnSlChrIcon
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