#[repr(transparent)]pub struct IsolatedWindowsEnvironmentAllowedClipboardFormats(pub u32);
Expand description
Required features: "Security_Isolation"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Copy for IsolatedWindowsEnvironmentAllowedClipboardFormats
Auto Trait Implementations
impl RefUnwindSafe for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Send for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Sync for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Unpin for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl UnwindSafe for IsolatedWindowsEnvironmentAllowedClipboardFormats
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