Struct windows_sys::Win32::UI::Shell::FOLDERSETDATA
[−]#[repr(C)]pub struct FOLDERSETDATA {
pub _fs: FOLDERSETTINGS,
pub _vidRestore: GUID,
pub _dwViewPriority: u32,
}
Expand description
Required features: ‘Win32_UI_Shell’
Fields
_fs: FOLDERSETTINGS
_vidRestore: GUID
_dwViewPriority: u32
Trait Implementations
impl Clone for FOLDERSETDATA
impl Clone for FOLDERSETDATA
impl Copy for FOLDERSETDATA
Auto Trait Implementations
impl RefUnwindSafe for FOLDERSETDATA
impl Send for FOLDERSETDATA
impl Sync for FOLDERSETDATA
impl Unpin for FOLDERSETDATA
impl UnwindSafe for FOLDERSETDATA
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