pub enum LayerMask {
None,
Bounds,
Rounded(CornerRadii),
}Variants§
Trait Implementations§
impl Copy for LayerMask
impl StructuralPartialEq for LayerMask
Auto Trait Implementations§
impl Freeze for LayerMask
impl RefUnwindSafe for LayerMask
impl Send for LayerMask
impl Sync for LayerMask
impl Unpin for LayerMask
impl UnsafeUnpin for LayerMask
impl UnwindSafe for LayerMask
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