pub struct LayerInfo {
pub layer: u16,
pub datatype: u16,
pub name: SmolStr,
pub purpose: Option<SmolStr>,
}Fields§
§layer: u16§datatype: u16§name: SmolStr§purpose: Option<SmolStr>Implementations§
Trait Implementations§
impl Eq for LayerInfo
impl StructuralPartialEq for LayerInfo
Auto Trait Implementations§
impl Freeze for LayerInfo
impl RefUnwindSafe for LayerInfo
impl Send for LayerInfo
impl Sync for LayerInfo
impl Unpin for LayerInfo
impl UnsafeUnpin for LayerInfo
impl UnwindSafe for LayerInfo
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