#[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 Freeze for FrmIvalStepwise
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