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