Struct FOLDERVIEWOPTIONS
#[repr(transparent)]pub struct FOLDERVIEWOPTIONS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FOLDERVIEWOPTIONS
impl FOLDERVIEWOPTIONS
Trait Implementations§
§impl BitAnd for FOLDERVIEWOPTIONS
impl BitAnd for FOLDERVIEWOPTIONS
§impl BitAndAssign for FOLDERVIEWOPTIONS
impl BitAndAssign for FOLDERVIEWOPTIONS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for FOLDERVIEWOPTIONS
impl BitOr for FOLDERVIEWOPTIONS
§impl BitOrAssign for FOLDERVIEWOPTIONS
impl BitOrAssign for FOLDERVIEWOPTIONS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for FOLDERVIEWOPTIONS
impl Clone for FOLDERVIEWOPTIONS
§fn clone(&self) -> FOLDERVIEWOPTIONS
fn clone(&self) -> FOLDERVIEWOPTIONS
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 FOLDERVIEWOPTIONS
impl Debug for FOLDERVIEWOPTIONS
§impl Default for FOLDERVIEWOPTIONS
impl Default for FOLDERVIEWOPTIONS
§fn default() -> FOLDERVIEWOPTIONS
fn default() -> FOLDERVIEWOPTIONS
Returns the “default value” for a type. Read more
§impl Not for FOLDERVIEWOPTIONS
impl Not for FOLDERVIEWOPTIONS
§impl PartialEq for FOLDERVIEWOPTIONS
impl PartialEq for FOLDERVIEWOPTIONS
impl Copy for FOLDERVIEWOPTIONS
impl Eq for FOLDERVIEWOPTIONS
impl StructuralPartialEq for FOLDERVIEWOPTIONS
Auto Trait Implementations§
impl Freeze for FOLDERVIEWOPTIONS
impl RefUnwindSafe for FOLDERVIEWOPTIONS
impl Send for FOLDERVIEWOPTIONS
impl Sync for FOLDERVIEWOPTIONS
impl Unpin for FOLDERVIEWOPTIONS
impl UnwindSafe for FOLDERVIEWOPTIONS
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