#[repr(transparent)]pub struct RRectType {
pub repr: i32,
}Expand description
圆角矩形分类,与 pk::SkRRect::Type 一致。
RRect specialization; matches pk::SkRRect::Type.
Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl ExternType for RRectType
impl ExternType for RRectType
impl Copy for RRectType
impl Eq for RRectType
impl StructuralPartialEq for RRectType
Auto Trait Implementations§
impl Freeze for RRectType
impl RefUnwindSafe for RRectType
impl Send for RRectType
impl Sync for RRectType
impl Unpin for RRectType
impl UnsafeUnpin for RRectType
impl UnwindSafe for RRectType
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