#[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
pub const HostToIsolatedWindowsEnvironment: Self
pub const IsolatedWindowsEnvironmentToHost: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more