#[repr(C)]pub union CMProfLoc {
pub handleLoc: CMHandleLocation,
pub pathLoc: CMPathLocation,
pub bufferLoc: CMBufferLocation,
}Fields§
§handleLoc: CMHandleLocation§pathLoc: CMPathLocation§bufferLoc: CMBufferLocationTrait Implementations§
Auto Trait Implementations§
impl Freeze for CMProfLoc
impl RefUnwindSafe for CMProfLoc
impl !Send for CMProfLoc
impl !Sync for CMProfLoc
impl Unpin for CMProfLoc
impl UnsafeUnpin for CMProfLoc
impl UnwindSafe for CMProfLoc
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