#[repr(C)]pub struct BLPathView {
pub commandData: *const u8,
pub vertexData: *const BLPoint,
pub size: usize,
}Fields§
§commandData: *const u8§vertexData: *const BLPoint§size: usizeTrait Implementations§
Source§impl Clone for BLPathView
impl Clone for BLPathView
Source§fn clone(&self) -> BLPathView
fn clone(&self) -> BLPathView
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 BLPathView
Auto Trait Implementations§
impl Freeze for BLPathView
impl RefUnwindSafe for BLPathView
impl !Send for BLPathView
impl !Sync for BLPathView
impl Unpin for BLPathView
impl UnwindSafe for BLPathView
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