pub struct LayerHeader {
pub x: isize,
pub y: isize,
pub enabled: bool,
pub atlas: usize,
pub order: usize,
}Fields§
§x: isize§y: isize§enabled: bool§atlas: usize§order: usizeImplementations§
Trait Implementations§
Source§impl Byteable for LayerHeader
impl Byteable for LayerHeader
Source§impl Clone for LayerHeader
impl Clone for LayerHeader
Source§fn clone(&self) -> LayerHeader
fn clone(&self) -> LayerHeader
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 LayerHeader
impl Debug for LayerHeader
Source§impl Default for LayerHeader
impl Default for LayerHeader
Source§fn default() -> LayerHeader
fn default() -> LayerHeader
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayerHeader
impl PartialEq for LayerHeader
impl Eq for LayerHeader
impl StructuralPartialEq for LayerHeader
Auto Trait Implementations§
impl Freeze for LayerHeader
impl RefUnwindSafe for LayerHeader
impl Send for LayerHeader
impl Sync for LayerHeader
impl Unpin for LayerHeader
impl UnwindSafe for LayerHeader
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