pub struct AVRational {
pub num: c_int,
pub den: c_int,
}Fields§
§num: c_int§den: c_intAuto Trait Implementations§
impl Freeze for AVRational
impl RefUnwindSafe for AVRational
impl Send for AVRational
impl Sync for AVRational
impl Unpin for AVRational
impl UnsafeUnpin for AVRational
impl UnwindSafe for AVRational
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