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