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