#[repr(C)]pub struct PF_RationalScale {
pub num: A_long,
pub den: A_u_long,
}Fields§
§num: A_long§den: A_u_longTrait Implementations§
Source§impl Clone for PF_RationalScale
impl Clone for PF_RationalScale
Source§fn clone(&self) -> PF_RationalScale
fn clone(&self) -> PF_RationalScale
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 PF_RationalScale
impl Debug for PF_RationalScale
impl Copy for PF_RationalScale
Auto Trait Implementations§
impl Freeze for PF_RationalScale
impl RefUnwindSafe for PF_RationalScale
impl Send for PF_RationalScale
impl Sync for PF_RationalScale
impl Unpin for PF_RationalScale
impl UnwindSafe for PF_RationalScale
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