Struct MFRatio
#[repr(C)]pub struct MFRatio {
pub Numerator: u32,
pub Denominator: u32,
}
Fields§
§Numerator: u32
§Denominator: u32
Trait Implementations§
impl Copy for MFRatio
impl StructuralPartialEq for MFRatio
Auto Trait Implementations§
impl Freeze for MFRatio
impl RefUnwindSafe for MFRatio
impl Send for MFRatio
impl Sync for MFRatio
impl Unpin for MFRatio
impl UnwindSafe for MFRatio
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