#[repr(u64)]pub enum NSXpcConnectionOptions {
Privileged = 4_096,
}
Variants§
Privileged = 4_096
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSXpcConnectionOptions
impl RefUnwindSafe for NSXpcConnectionOptions
impl Send for NSXpcConnectionOptions
impl Sync for NSXpcConnectionOptions
impl Unpin for NSXpcConnectionOptions
impl UnwindSafe for NSXpcConnectionOptions
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