#[repr(C)]pub struct FOLDERSETTINGS {
pub ViewMode: u32,
pub fFlags: u32,
}
Fields§
§ViewMode: u32
§fFlags: u32
Trait Implementations§
Source§impl Abi for FOLDERSETTINGS
impl Abi for FOLDERSETTINGS
Source§type Abi = FOLDERSETTINGS
type Abi = FOLDERSETTINGS
The abi representation of the implementing type. Read more
type DefaultType = FOLDERSETTINGS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FOLDERSETTINGS
impl Clone for FOLDERSETTINGS
Source§fn clone(&self) -> FOLDERSETTINGS
fn clone(&self) -> FOLDERSETTINGS
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 FOLDERSETTINGS
impl Debug for FOLDERSETTINGS
Source§impl Default for FOLDERSETTINGS
impl Default for FOLDERSETTINGS
Source§impl PartialEq for FOLDERSETTINGS
impl PartialEq for FOLDERSETTINGS
impl Copy for FOLDERSETTINGS
impl Eq for FOLDERSETTINGS
Auto Trait Implementations§
impl Freeze for FOLDERSETTINGS
impl RefUnwindSafe for FOLDERSETTINGS
impl Send for FOLDERSETTINGS
impl Sync for FOLDERSETTINGS
impl Unpin for FOLDERSETTINGS
impl UnwindSafe for FOLDERSETTINGS
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