#[repr(transparent)]pub struct CLIPBOARD_FORMATS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for CLIPBOARD_FORMATS
impl BitAnd for CLIPBOARD_FORMATS
Source§type Output = CLIPBOARD_FORMATS
type Output = CLIPBOARD_FORMATS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: CLIPBOARD_FORMATS) -> CLIPBOARD_FORMATS
fn bitand(self, rhs: CLIPBOARD_FORMATS) -> CLIPBOARD_FORMATS
Performs the
& operation. Read moreSource§impl BitAndAssign for CLIPBOARD_FORMATS
impl BitAndAssign for CLIPBOARD_FORMATS
Source§fn bitand_assign(&mut self, rhs: CLIPBOARD_FORMATS)
fn bitand_assign(&mut self, rhs: CLIPBOARD_FORMATS)
Performs the
&= operation. Read moreSource§impl BitOr for CLIPBOARD_FORMATS
impl BitOr for CLIPBOARD_FORMATS
Source§type Output = CLIPBOARD_FORMATS
type Output = CLIPBOARD_FORMATS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: CLIPBOARD_FORMATS) -> CLIPBOARD_FORMATS
fn bitor(self, rhs: CLIPBOARD_FORMATS) -> CLIPBOARD_FORMATS
Performs the
| operation. Read moreSource§impl BitOrAssign for CLIPBOARD_FORMATS
impl BitOrAssign for CLIPBOARD_FORMATS
Source§fn bitor_assign(&mut self, rhs: CLIPBOARD_FORMATS)
fn bitor_assign(&mut self, rhs: CLIPBOARD_FORMATS)
Performs the
|= operation. Read moreSource§impl Clone for CLIPBOARD_FORMATS
impl Clone for CLIPBOARD_FORMATS
Source§fn clone(&self) -> CLIPBOARD_FORMATS
fn clone(&self) -> CLIPBOARD_FORMATS
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 moreSource§impl Debug for CLIPBOARD_FORMATS
impl Debug for CLIPBOARD_FORMATS
Source§impl Default for CLIPBOARD_FORMATS
impl Default for CLIPBOARD_FORMATS
Source§fn default() -> CLIPBOARD_FORMATS
fn default() -> CLIPBOARD_FORMATS
Returns the “default value” for a type. Read more
Source§impl From<u32> for CLIPBOARD_FORMATS
impl From<u32> for CLIPBOARD_FORMATS
Source§fn from(value: u32) -> CLIPBOARD_FORMATS
fn from(value: u32) -> CLIPBOARD_FORMATS
Converts to this type from the input type.
Source§impl Not for CLIPBOARD_FORMATS
impl Not for CLIPBOARD_FORMATS
Source§type Output = CLIPBOARD_FORMATS
type Output = CLIPBOARD_FORMATS
The resulting type after applying the
! operator.Source§fn not(self) -> CLIPBOARD_FORMATS
fn not(self) -> CLIPBOARD_FORMATS
Performs the unary
! operation. Read moreSource§impl PartialEq for CLIPBOARD_FORMATS
impl PartialEq for CLIPBOARD_FORMATS
impl Copy for CLIPBOARD_FORMATS
impl Eq for CLIPBOARD_FORMATS
impl StructuralPartialEq for CLIPBOARD_FORMATS
Auto Trait Implementations§
impl Freeze for CLIPBOARD_FORMATS
impl RefUnwindSafe for CLIPBOARD_FORMATS
impl Send for CLIPBOARD_FORMATS
impl Sync for CLIPBOARD_FORMATS
impl Unpin for CLIPBOARD_FORMATS
impl UnwindSafe for CLIPBOARD_FORMATS
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