#[repr(C)]pub struct PF_PathOutline { /* private fields */ }Trait Implementations§
Source§impl Clone for PF_PathOutline
impl Clone for PF_PathOutline
Source§fn clone(&self) -> PF_PathOutline
fn clone(&self) -> PF_PathOutline
Returns a duplicate 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 moreSource§impl Debug for PF_PathOutline
impl Debug for PF_PathOutline
impl Copy for PF_PathOutline
Auto Trait Implementations§
impl Freeze for PF_PathOutline
impl RefUnwindSafe for PF_PathOutline
impl Send for PF_PathOutline
impl Sync for PF_PathOutline
impl Unpin for PF_PathOutline
impl UnwindSafe for PF_PathOutline
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