#[repr(transparent)]pub struct IsolatedWindowsEnvironmentClipboardCopyPasteDirections(pub u32);
Expand description
Required features: "Security_Isolation"
Tuple Fields
0: u32
Implementations
impl IsolatedWindowsEnvironmentClipboardCopyPasteDirections
impl IsolatedWindowsEnvironmentClipboardCopyPasteDirections
pub const None: Self = Self(0u32)
pub const HostToIsolatedWindowsEnvironment: Self = Self(1u32)
pub const IsolatedWindowsEnvironmentToHost: Self = Self(2u32)
Trait Implementations
impl Copy for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
Auto Trait Implementations
impl RefUnwindSafe for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
impl Send for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
impl Sync for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
impl Unpin for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
impl UnwindSafe for IsolatedWindowsEnvironmentClipboardCopyPasteDirections
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more