pub struct LayerDef {
pub name: String,
pub visible: bool,
}Expand description
Layer definition on a page.
Fields§
§name: String§visible: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for LayerDef
impl RefUnwindSafe for LayerDef
impl Send for LayerDef
impl Sync for LayerDef
impl Unpin for LayerDef
impl UnsafeUnpin for LayerDef
impl UnwindSafe for LayerDef
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