pub struct LayerMapEntry {
pub name: SmolStr,
pub purpose: SmolStr,
pub layer: u16,
pub datatype: u16,
}Fields§
§name: SmolStr§purpose: SmolStr§layer: u16§datatype: u16Trait Implementations§
Source§impl Clone for LayerMapEntry
impl Clone for LayerMapEntry
Source§fn clone(&self) -> LayerMapEntry
fn clone(&self) -> LayerMapEntry
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 LayerMapEntry
impl Debug for LayerMapEntry
Source§impl PartialEq for LayerMapEntry
impl PartialEq for LayerMapEntry
Source§fn eq(&self, other: &LayerMapEntry) -> bool
fn eq(&self, other: &LayerMapEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LayerMapEntry
impl StructuralPartialEq for LayerMapEntry
Auto Trait Implementations§
impl Freeze for LayerMapEntry
impl RefUnwindSafe for LayerMapEntry
impl Send for LayerMapEntry
impl Sync for LayerMapEntry
impl Unpin for LayerMapEntry
impl UnsafeUnpin for LayerMapEntry
impl UnwindSafe for LayerMapEntry
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