Struct linux_video_core::Fract
source · #[repr(C)]pub struct Fract { /* private fields */ }
Expand description
Fraction value
Implementations§
Trait Implementations§
source§impl IsFrmIvalData for Fract
impl IsFrmIvalData for Fract
const TYPES: &'static [FrmIvalType] = _
impl Copy for Fract
Auto Trait Implementations§
impl RefUnwindSafe for Fract
impl Send for Fract
impl Sync for Fract
impl Unpin for Fract
impl UnwindSafe for Fract
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