#[repr(C)]
pub union av_intfloat64 {
pub i: u64,
pub f: f64,
}
Fields§
§i: u64
§f: f64
Trait Implementations§
Source§impl Clone for av_intfloat64
impl Clone for av_intfloat64
Source§fn clone(&self) -> av_intfloat64
fn clone(&self) -> av_intfloat64
Returns a copy 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 moreimpl Copy for av_intfloat64
Auto Trait Implementations§
impl Freeze for av_intfloat64
impl RefUnwindSafe for av_intfloat64
impl Send for av_intfloat64
impl Sync for av_intfloat64
impl Unpin for av_intfloat64
impl UnwindSafe for av_intfloat64
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