#[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
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