Struct windows::Win32::UI::Shell::LIBRARYSAVEFLAGS
#[repr(transparent)]pub struct LIBRARYSAVEFLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl LIBRARYSAVEFLAGS
impl LIBRARYSAVEFLAGS
Trait Implementations§
§impl BitAnd for LIBRARYSAVEFLAGS
impl BitAnd for LIBRARYSAVEFLAGS
§impl BitAndAssign for LIBRARYSAVEFLAGS
impl BitAndAssign for LIBRARYSAVEFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for LIBRARYSAVEFLAGS
impl BitOr for LIBRARYSAVEFLAGS
§impl BitOrAssign for LIBRARYSAVEFLAGS
impl BitOrAssign for LIBRARYSAVEFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for LIBRARYSAVEFLAGS
impl Clone for LIBRARYSAVEFLAGS
§fn clone(&self) -> LIBRARYSAVEFLAGS
fn clone(&self) -> LIBRARYSAVEFLAGS
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 Debug for LIBRARYSAVEFLAGS
impl Debug for LIBRARYSAVEFLAGS
§impl Default for LIBRARYSAVEFLAGS
impl Default for LIBRARYSAVEFLAGS
§fn default() -> LIBRARYSAVEFLAGS
fn default() -> LIBRARYSAVEFLAGS
Returns the “default value” for a type. Read more
§impl Not for LIBRARYSAVEFLAGS
impl Not for LIBRARYSAVEFLAGS
§impl PartialEq for LIBRARYSAVEFLAGS
impl PartialEq for LIBRARYSAVEFLAGS
§fn eq(&self, other: &LIBRARYSAVEFLAGS) -> bool
fn eq(&self, other: &LIBRARYSAVEFLAGS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LIBRARYSAVEFLAGS
impl Eq for LIBRARYSAVEFLAGS
impl StructuralPartialEq for LIBRARYSAVEFLAGS
Auto Trait Implementations§
impl Freeze for LIBRARYSAVEFLAGS
impl RefUnwindSafe for LIBRARYSAVEFLAGS
impl Send for LIBRARYSAVEFLAGS
impl Sync for LIBRARYSAVEFLAGS
impl Unpin for LIBRARYSAVEFLAGS
impl UnwindSafe for LIBRARYSAVEFLAGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)