#[repr(transparent)]pub struct PathVerb {
pub repr: u32,
}Expand description
路径动词,与 pk::SkPath::Verb 一致。
Path verb, matches pk::SkPath::Verb.
路径动词,与 pk::SkPath::Verb 一致。
Path verb; matches pk::SkPath::Verb.
Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl ExternType for PathVerb
impl ExternType for PathVerb
impl Copy for PathVerb
impl Eq for PathVerb
impl StructuralPartialEq for PathVerb
Auto Trait Implementations§
impl Freeze for PathVerb
impl RefUnwindSafe for PathVerb
impl Send for PathVerb
impl Sync for PathVerb
impl Unpin for PathVerb
impl UnsafeUnpin for PathVerb
impl UnwindSafe for PathVerb
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