#[repr(C)]pub struct CMDeviceScope {
pub deviceUser: CFStringRef,
pub deviceHost: CFStringRef,
}Expand description
Apple SDK struct CMDeviceScope.
Fields§
§deviceUser: CFStringRef§deviceHost: CFStringRefTrait Implementations§
Source§impl Clone for CMDeviceScope
impl Clone for CMDeviceScope
impl Copy for CMDeviceScope
Auto Trait Implementations§
impl !Send for CMDeviceScope
impl !Sync for CMDeviceScope
impl Freeze for CMDeviceScope
impl RefUnwindSafe for CMDeviceScope
impl Unpin for CMDeviceScope
impl UnsafeUnpin for CMDeviceScope
impl UnwindSafe for CMDeviceScope
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