#[repr(C)]pub struct CMPathLocation {
pub path: [c_char; 1024],
}Expand description
Apple SDK struct CMPathLocation.
Fields§
§path: [c_char; 1024]Trait Implementations§
Source§impl Clone for CMPathLocation
impl Clone for CMPathLocation
Source§fn clone(&self) -> CMPathLocation
fn clone(&self) -> CMPathLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMPathLocation
impl Debug for CMPathLocation
impl Copy for CMPathLocation
Auto Trait Implementations§
impl Freeze for CMPathLocation
impl RefUnwindSafe for CMPathLocation
impl Send for CMPathLocation
impl Sync for CMPathLocation
impl Unpin for CMPathLocation
impl UnsafeUnpin for CMPathLocation
impl UnwindSafe for CMPathLocation
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