#[repr(C)]pub struct UA_RelativePath {
pub elementsSize: usize,
pub elements: *mut UA_RelativePathElement,
}Fields§
§elementsSize: usize§elements: *mut UA_RelativePathElementTrait Implementations§
Source§impl Clone for UA_RelativePath
impl Clone for UA_RelativePath
Source§fn clone(&self) -> UA_RelativePath
fn clone(&self) -> UA_RelativePath
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 UA_RelativePath
impl Debug for UA_RelativePath
impl Copy for UA_RelativePath
Auto Trait Implementations§
impl Freeze for UA_RelativePath
impl RefUnwindSafe for UA_RelativePath
impl !Send for UA_RelativePath
impl !Sync for UA_RelativePath
impl Unpin for UA_RelativePath
impl UnwindSafe for UA_RelativePath
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