pub struct SetCornerRadiusMessage {
pub corner_radius: Option<Coord>,
}
Expand description
Message used to set the corner radius of a facet
Fields§
§corner_radius: Option<Coord>
corner radius to use, None for sharp-cornered
Auto Trait Implementations§
impl Freeze for SetCornerRadiusMessage
impl RefUnwindSafe for SetCornerRadiusMessage
impl Send for SetCornerRadiusMessage
impl Sync for SetCornerRadiusMessage
impl Unpin for SetCornerRadiusMessage
impl UnwindSafe for SetCornerRadiusMessage
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