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