pub struct MapNode {
pub param0: u16,
pub param1: u8,
pub param2: u8,
}
Expand description
The default serialization is used for single nodes. But for transferring entire blocks, MapNodeBulk is used instead.
Fields§
§param0: u16
§param1: u8
§param2: u8
Trait Implementations§
Source§impl Deserialize for MapNode
impl Deserialize for MapNode
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl Copy for MapNode
impl StructuralPartialEq for MapNode
Auto Trait Implementations§
impl Freeze for MapNode
impl RefUnwindSafe for MapNode
impl Send for MapNode
impl Sync for MapNode
impl Unpin for MapNode
impl UnwindSafe for MapNode
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