#[repr(transparent)]pub struct IsolatedWindowsEnvironmentAllowedClipboardFormats(pub u32);
Expand description
Required features: "Security_Isolation"
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitAnd<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
§impl BitAndAssign<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitAndAssign<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitOr<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
§impl BitOrAssign<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
impl BitOrAssign<IsolatedWindowsEnvironmentAllowedClipboardFormats> for IsolatedWindowsEnvironmentAllowedClipboardFormats
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more