Struct fast_protocol::datatypes::packets::FeatureFlags
source · pub struct FeatureFlags {
pub feature_count: VarInt,
pub feature_flags: Array<Identifier>,
}Expand description
Packet to enable certain features of the client
Fields§
§feature_count: VarIntthe amount of set features
feature_flags: Array<Identifier>list of all features
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeatureFlags
impl RefUnwindSafe for FeatureFlags
impl Send for FeatureFlags
impl Sync for FeatureFlags
impl Unpin for FeatureFlags
impl UnwindSafe for FeatureFlags
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