#[repr(C)]pub struct AEIO_RationalScale {
pub x: A_Ratio,
pub y: A_Ratio,
}Fields§
§x: A_Ratio§y: A_RatioTrait Implementations§
Source§impl Clone for AEIO_RationalScale
impl Clone for AEIO_RationalScale
Source§fn clone(&self) -> AEIO_RationalScale
fn clone(&self) -> AEIO_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 AEIO_RationalScale
impl Debug for AEIO_RationalScale
impl Copy for AEIO_RationalScale
Auto Trait Implementations§
impl Freeze for AEIO_RationalScale
impl RefUnwindSafe for AEIO_RationalScale
impl Send for AEIO_RationalScale
impl Sync for AEIO_RationalScale
impl Unpin for AEIO_RationalScale
impl UnwindSafe for AEIO_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