Struct aether_lib::packet::PacketFlags
source · [−]Fields
p_type: PType
ack: bool
enc: bool
Implementations
sourceimpl PacketFlags
impl PacketFlags
Trait Implementations
sourceimpl Debug for PacketFlags
impl Debug for PacketFlags
Auto Trait Implementations
impl RefUnwindSafe for PacketFlags
impl Send for PacketFlags
impl Sync for PacketFlags
impl Unpin for PacketFlags
impl UnwindSafe for PacketFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more