pub struct ChannelStatusBlock {
pub satellites: Vec<ChannelSatInfo>,
/* private fields */
}Expand description
ChannelStatus block (Block ID 4013)
Detailed tracking status per channel.
Fields§
§satellites: Vec<ChannelSatInfo>Satellite tracking info
Implementations§
Trait Implementations§
Source§impl Clone for ChannelStatusBlock
impl Clone for ChannelStatusBlock
Source§fn clone(&self) -> ChannelStatusBlock
fn clone(&self) -> ChannelStatusBlock
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 ChannelStatusBlock
impl Debug for ChannelStatusBlock
Auto Trait Implementations§
impl Freeze for ChannelStatusBlock
impl RefUnwindSafe for ChannelStatusBlock
impl Send for ChannelStatusBlock
impl Sync for ChannelStatusBlock
impl Unpin for ChannelStatusBlock
impl UnsafeUnpin for ChannelStatusBlock
impl UnwindSafe for ChannelStatusBlock
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