pub struct ClientboundLevelParticles {
pub raw: Vec<u8>,
}Fields§
§raw: Vec<u8>Trait Implementations§
Source§impl Clone for ClientboundLevelParticles
impl Clone for ClientboundLevelParticles
Source§fn clone(&self) -> ClientboundLevelParticles
fn clone(&self) -> ClientboundLevelParticles
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClientboundLevelParticles
impl Debug for ClientboundLevelParticles
Source§impl Decode for ClientboundLevelParticles
impl Decode for ClientboundLevelParticles
Source§impl Encode for ClientboundLevelParticles
impl Encode for ClientboundLevelParticles
Source§impl PartialEq for ClientboundLevelParticles
impl PartialEq for ClientboundLevelParticles
Source§fn eq(&self, other: &ClientboundLevelParticles) -> bool
fn eq(&self, other: &ClientboundLevelParticles) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundLevelParticles
Auto Trait Implementations§
impl Freeze for ClientboundLevelParticles
impl RefUnwindSafe for ClientboundLevelParticles
impl Send for ClientboundLevelParticles
impl Sync for ClientboundLevelParticles
impl Unpin for ClientboundLevelParticles
impl UnsafeUnpin for ClientboundLevelParticles
impl UnwindSafe for ClientboundLevelParticles
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