pub struct GetGuideReportingStatus {}
Trait Implementations§
Source§impl BaseParser for GetGuideReportingStatus
impl BaseParser for GetGuideReportingStatus
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 GetGuideReportingStatus
impl Clone for GetGuideReportingStatus
Source§fn clone(&self) -> GetGuideReportingStatus
fn clone(&self) -> GetGuideReportingStatus
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 GetGuideReportingStatus
impl Debug for GetGuideReportingStatus
Source§impl Default for GetGuideReportingStatus
impl Default for GetGuideReportingStatus
Source§fn default() -> GetGuideReportingStatus
fn default() -> GetGuideReportingStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetGuideReportingStatus
impl PartialEq for GetGuideReportingStatus
impl StructuralPartialEq for GetGuideReportingStatus
Auto Trait Implementations§
impl Freeze for GetGuideReportingStatus
impl RefUnwindSafe for GetGuideReportingStatus
impl Send for GetGuideReportingStatus
impl Sync for GetGuideReportingStatus
impl Unpin for GetGuideReportingStatus
impl UnwindSafe for GetGuideReportingStatus
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