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