pub struct HeightmapsRaw {
pub bytes: Vec<u8>,
}Expand description
Сырые данные карт высот
Fields§
§bytes: Vec<u8>Trait Implementations§
Source§impl Buffer for HeightmapsRaw
impl Buffer for HeightmapsRaw
Source§impl Clone for HeightmapsRaw
impl Clone for HeightmapsRaw
Source§fn clone(&self) -> HeightmapsRaw
fn clone(&self) -> HeightmapsRaw
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 HeightmapsRaw
impl Debug for HeightmapsRaw
Source§impl PartialEq for HeightmapsRaw
impl PartialEq for HeightmapsRaw
Source§fn eq(&self, other: &HeightmapsRaw) -> bool
fn eq(&self, other: &HeightmapsRaw) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HeightmapsRaw
Auto Trait Implementations§
impl Freeze for HeightmapsRaw
impl RefUnwindSafe for HeightmapsRaw
impl Send for HeightmapsRaw
impl Sync for HeightmapsRaw
impl Unpin for HeightmapsRaw
impl UnsafeUnpin for HeightmapsRaw
impl UnwindSafe for HeightmapsRaw
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