Struct windows_sys::Win32::UI::Shell::FOLDERSETTINGS
[−]Expand description
Required features: ‘Win32_UI_Shell’
Fields
ViewMode: u32
fFlags: u32
Trait Implementations
impl Clone for FOLDERSETTINGS
impl Clone for FOLDERSETTINGS
impl Copy for FOLDERSETTINGS
Auto Trait Implementations
impl RefUnwindSafe for FOLDERSETTINGS
impl Send for FOLDERSETTINGS
impl Sync for FOLDERSETTINGS
impl Unpin for FOLDERSETTINGS
impl UnwindSafe for FOLDERSETTINGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more