Struct windows_sys::Storage::Pickers::Provider::FileSelectionMode
[−]#[repr(transparent)]pub struct FileSelectionMode(pub i32);
Expand description
Required features: ‘Storage_Pickers_Provider’
Tuple Fields
0: i32
Implementations
impl FileSelectionMode
impl FileSelectionMode
Trait Implementations
impl Clone for FileSelectionMode
impl Clone for FileSelectionMode
impl Copy for FileSelectionMode
Auto Trait Implementations
impl RefUnwindSafe for FileSelectionMode
impl Send for FileSelectionMode
impl Sync for FileSelectionMode
impl Unpin for FileSelectionMode
impl UnwindSafe for FileSelectionMode
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