Struct IsolatedWindowsEnvironmentAllowedClipboardFormats
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentAllowedClipboardFormats(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitAndAssign for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitOrAssign for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Clone for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn clone(&self) -> IsolatedWindowsEnvironmentAllowedClipboardFormats
fn clone(&self) -> IsolatedWindowsEnvironmentAllowedClipboardFormats
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Default for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn default() -> IsolatedWindowsEnvironmentAllowedClipboardFormats
fn default() -> IsolatedWindowsEnvironmentAllowedClipboardFormats
Returns the “default value” for a type. Read more
§impl PartialEq for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl PartialEq for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn eq(&self, other: &IsolatedWindowsEnvironmentAllowedClipboardFormats) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentAllowedClipboardFormats) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Eq for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl StructuralPartialEq for IsolatedWindowsEnvironmentAllowedClipboardFormats
Auto Trait Implementations§
impl Freeze for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl RefUnwindSafe for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Send for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Sync for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl Unpin for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl UnwindSafe for IsolatedWindowsEnvironmentAllowedClipboardFormats
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