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