pub struct CurrentTimingCode {
pub scheduling_str: String,
pub code: String,
}
Fields§
§scheduling_str: String
§code: String
Trait Implementations§
source§impl BaseParser for CurrentTimingCode
impl BaseParser for CurrentTimingCode
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for CurrentTimingCode
impl Clone for CurrentTimingCode
source§fn clone(&self) -> CurrentTimingCode
fn clone(&self) -> CurrentTimingCode
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 CurrentTimingCode
impl Debug for CurrentTimingCode
source§impl Default for CurrentTimingCode
impl Default for CurrentTimingCode
source§fn default() -> CurrentTimingCode
fn default() -> CurrentTimingCode
Returns the “default value” for a type. Read more
source§impl PacketVariable for CurrentTimingCode
impl PacketVariable for CurrentTimingCode
source§impl PartialEq<CurrentTimingCode> for CurrentTimingCode
impl PartialEq<CurrentTimingCode> for CurrentTimingCode
source§fn eq(&self, other: &CurrentTimingCode) -> bool
fn eq(&self, other: &CurrentTimingCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CurrentTimingCode
Auto Trait Implementations§
impl RefUnwindSafe for CurrentTimingCode
impl Send for CurrentTimingCode
impl Sync for CurrentTimingCode
impl Unpin for CurrentTimingCode
impl UnwindSafe for CurrentTimingCode
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