#[repr(C)]pub struct BLRoundRect {
pub x: f64,
pub y: f64,
pub w: f64,
pub h: f64,
pub rx: f64,
pub ry: f64,
}Fields§
§x: f64§y: f64§w: f64§h: f64§rx: f64§ry: f64Trait Implementations§
Source§impl Clone for BLRoundRect
impl Clone for BLRoundRect
Source§fn clone(&self) -> BLRoundRect
fn clone(&self) -> BLRoundRect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLRoundRect
Auto Trait Implementations§
impl Freeze for BLRoundRect
impl RefUnwindSafe for BLRoundRect
impl Send for BLRoundRect
impl Sync for BLRoundRect
impl Unpin for BLRoundRect
impl UnwindSafe for BLRoundRect
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