#[repr(C)]pub struct TCOD_dice_t {
pub nb_rolls: c_int,
pub nb_faces: c_int,
pub multiplier: f32,
pub addsub: f32,
}Fields§
§nb_rolls: c_int§nb_faces: c_int§multiplier: f32§addsub: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCOD_dice_t
impl RefUnwindSafe for TCOD_dice_t
impl Send for TCOD_dice_t
impl Sync for TCOD_dice_t
impl Unpin for TCOD_dice_t
impl UnwindSafe for TCOD_dice_t
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