Struct windows_sys::Storage::Pickers::PickerViewMode
[−]#[repr(transparent)]pub struct PickerViewMode(pub i32);
Expand description
Required features: "Storage_Pickers"
Tuple Fields
0: i32
Implementations
impl PickerViewMode
impl PickerViewMode
Trait Implementations
impl Clone for PickerViewMode
impl Clone for PickerViewMode
impl Copy for PickerViewMode
Auto Trait Implementations
impl RefUnwindSafe for PickerViewMode
impl Send for PickerViewMode
impl Sync for PickerViewMode
impl Unpin for PickerViewMode
impl UnwindSafe for PickerViewMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more