#[repr(C)]pub struct CMDeviceScope {
pub deviceUser: CFStringRef,
pub deviceHost: CFStringRef,
}Fields§
§deviceUser: CFStringRef§deviceHost: CFStringRefTrait Implementations§
Source§impl Clone for CMDeviceScope
impl Clone for CMDeviceScope
Source§fn clone(&self) -> CMDeviceScope
fn clone(&self) -> CMDeviceScope
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 CMDeviceScope
impl Debug for CMDeviceScope
impl Copy for CMDeviceScope
Auto Trait Implementations§
impl Freeze for CMDeviceScope
impl RefUnwindSafe for CMDeviceScope
impl !Send for CMDeviceScope
impl !Sync 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