Struct linux_video_core::FrmIvalStepwise
source · #[repr(C)]pub struct FrmIvalStepwise { /* private fields */ }
Expand description
Stepwise frame interval
Implementations§
Trait Implementations§
source§impl Clone for FrmIvalStepwise
impl Clone for FrmIvalStepwise
source§fn clone(&self) -> FrmIvalStepwise
fn clone(&self) -> FrmIvalStepwise
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 moresource§impl Debug for FrmIvalStepwise
impl Debug for FrmIvalStepwise
source§impl Display for FrmIvalStepwise
impl Display for FrmIvalStepwise
source§impl IsFrmIvalData for FrmIvalStepwise
impl IsFrmIvalData for FrmIvalStepwise
const TYPES: &'static [FrmIvalType] = _
impl Copy for FrmIvalStepwise
Auto Trait Implementations§
impl RefUnwindSafe for FrmIvalStepwise
impl Send for FrmIvalStepwise
impl Sync for FrmIvalStepwise
impl Unpin for FrmIvalStepwise
impl UnwindSafe for FrmIvalStepwise
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