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 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 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<InfoFeedEnable> for InfoFeedEnable
impl PartialEq<InfoFeedEnable> for InfoFeedEnable
source§fn eq(&self, other: &InfoFeedEnable) -> bool
fn eq(&self, other: &InfoFeedEnable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InfoFeedEnable
Auto Trait Implementations§
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