pub struct LayerId {
pub order: Order,
pub id: Id,
}
Expand description
An identifier for a paint layer.
Also acts as an identifier for Area
:s.
Fields§
§order: Order
§id: Id
Implementations§
Trait Implementations§
source§impl PartialEq for LayerId
impl PartialEq for LayerId
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§
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