pub struct TimerStatusData {
pub overlap_warning: bool,
pub media_info: MediaInfo,
pub programmed_info: TimerProgrammedInfo,
}Fields§
§overlap_warning: bool§media_info: MediaInfo§programmed_info: TimerProgrammedInfoTrait Implementations§
Source§impl Clone for TimerStatusData
impl Clone for TimerStatusData
Source§fn clone(&self) -> TimerStatusData
fn clone(&self) -> TimerStatusData
Returns a duplicate 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 TimerStatusData
impl Debug for TimerStatusData
Source§impl Hash for TimerStatusData
impl Hash for TimerStatusData
Source§impl OperandEncodable for TimerStatusData
impl OperandEncodable for TimerStatusData
Source§impl PartialEq for TimerStatusData
impl PartialEq for TimerStatusData
impl Copy for TimerStatusData
impl Eq for TimerStatusData
impl StructuralPartialEq for TimerStatusData
Auto Trait Implementations§
impl Freeze for TimerStatusData
impl RefUnwindSafe for TimerStatusData
impl Send for TimerStatusData
impl Sync for TimerStatusData
impl Unpin for TimerStatusData
impl UnsafeUnpin for TimerStatusData
impl UnwindSafe for TimerStatusData
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