#[repr(C)]pub struct A_Ratio {
pub num: A_long,
pub den: A_u_long,
}Fields§
§num: A_long§den: A_u_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_Ratio
impl RefUnwindSafe for A_Ratio
impl Send for A_Ratio
impl Sync for A_Ratio
impl Unpin for A_Ratio
impl UnwindSafe for A_Ratio
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