#[repr(u32)]pub enum NSPasteboardContentsOptions {
CurrentHostOnly = 1,
}
Expand description
Options for preparing the pasteboard.
Variants§
CurrentHostOnly = 1
Auto Trait Implementations§
impl Freeze for NSPasteboardContentsOptions
impl RefUnwindSafe for NSPasteboardContentsOptions
impl Send for NSPasteboardContentsOptions
impl Sync for NSPasteboardContentsOptions
impl Unpin for NSPasteboardContentsOptions
impl UnwindSafe for NSPasteboardContentsOptions
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