#[repr(C)]pub struct IW_RNUM {
pub n: i32,
pub dn: i32,
}Expand description
@brief A rational number.
Fields§
§n: i32< Numerator
dn: i32< Denometator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IW_RNUM
impl RefUnwindSafe for IW_RNUM
impl Send for IW_RNUM
impl Sync for IW_RNUM
impl Unpin for IW_RNUM
impl UnwindSafe for IW_RNUM
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