pub struct CshShape {
pub name: String,
pub id: String,
pub width: u32,
pub height: u32,
pub mask: LayerVectorMask,
}Expand description
Элемент Csh.shapes: LayerVectorMask & { name, id, width, height }.
Fields§
§name: String§id: String§width: u32§height: u32§mask: LayerVectorMaskTrait Implementations§
Auto Trait Implementations§
impl Freeze for CshShape
impl RefUnwindSafe for CshShape
impl Send for CshShape
impl Sync for CshShape
impl Unpin for CshShape
impl UnsafeUnpin for CshShape
impl UnwindSafe for CshShape
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