pub struct NbtRaw {
pub bytes: Vec<u8>,
}Expand description
Сырые данные NBT
Fields§
§bytes: Vec<u8>Trait Implementations§
impl StructuralPartialEq for NbtRaw
Auto Trait Implementations§
impl Freeze for NbtRaw
impl RefUnwindSafe for NbtRaw
impl Send for NbtRaw
impl Sync for NbtRaw
impl Unpin for NbtRaw
impl UnsafeUnpin for NbtRaw
impl UnwindSafe for NbtRaw
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