pub struct DecodedTile {
pub header: TileHeader,
pub payload: Vec<u8>,
}Fields§
§header: TileHeader§payload: Vec<u8>Trait Implementations§
Source§impl Clone for DecodedTile
impl Clone for DecodedTile
Source§fn clone(&self) -> DecodedTile
fn clone(&self) -> DecodedTile
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 DecodedTile
impl Debug for DecodedTile
Source§impl PartialEq for DecodedTile
impl PartialEq for DecodedTile
impl StructuralPartialEq for DecodedTile
Auto Trait Implementations§
impl Freeze for DecodedTile
impl RefUnwindSafe for DecodedTile
impl Send for DecodedTile
impl Sync for DecodedTile
impl Unpin for DecodedTile
impl UnsafeUnpin for DecodedTile
impl UnwindSafe for DecodedTile
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