Struct me3_framework::overlay::LayerId
source · [−]Expand description
An identifier for a paint layer.
Also acts as an identifier for Area
:s.
Fields
order: Order
id: Id
Implementations
Trait Implementations
impl Copy for LayerId
impl Eq for LayerId
impl StructuralEq for LayerId
impl StructuralPartialEq for LayerId
Auto Trait Implementations
impl RefUnwindSafe for LayerId
impl Send for LayerId
impl Sync for LayerId
impl Unpin for LayerId
impl UnwindSafe for LayerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more