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