pub struct Layer { /* private fields */ }
Implementations§
Source§impl Layer
impl Layer
pub fn insert(&mut self, path: &Path) -> &mut Self
pub fn clear(&mut self) -> &mut Self
pub fn geom_id(&self) -> GeomId
pub fn is_enabled(&self) -> bool
pub fn set_is_enabled(&mut self, is_enabled: bool) -> &mut Self
pub fn disable(&mut self) -> &mut Self
pub fn enable(&mut self) -> &mut Self
pub fn transform(&self) -> GeomPresTransform
pub fn set_transform(&mut self, transform: GeomPresTransform) -> &mut Self
pub fn props(&self) -> &Props
pub fn set_props(&mut self, props: Props) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Layer
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