pub struct Layer {
pub id: String,
pub type: String,
pub source: String,
pub layout: Option<Layout>,
pub paint: Option<Paint>,
}Fields§
§id: String§type: String§source: String§layout: Option<Layout>§paint: Option<Paint>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Layer
impl Send for Layer
impl Sync for Layer
impl Unpin for Layer
impl UnwindSafe for Layer
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