pub struct EncodedTile {
pub bytes: Vec<u8>,
pub header: TileHeader,
}Fields§
§bytes: Vec<u8>§header: TileHeaderTrait Implementations§
Source§impl Clone for EncodedTile
impl Clone for EncodedTile
Source§fn clone(&self) -> EncodedTile
fn clone(&self) -> EncodedTile
Returns a duplicate of the value. Read more
1.0.0 · 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 EncodedTile
impl Debug for EncodedTile
Source§impl PartialEq for EncodedTile
impl PartialEq for EncodedTile
impl StructuralPartialEq for EncodedTile
Auto Trait Implementations§
impl Freeze for EncodedTile
impl RefUnwindSafe for EncodedTile
impl Send for EncodedTile
impl Sync for EncodedTile
impl Unpin for EncodedTile
impl UnsafeUnpin for EncodedTile
impl UnwindSafe for EncodedTile
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