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 for GetCurrentTimingCode
impl PartialEq for GetCurrentTimingCode
impl StructuralPartialEq for GetCurrentTimingCode
Auto Trait Implementations§
impl Freeze for GetCurrentTimingCode
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