Struct windows_sys::Storage::Pickers::Provider::AddFileResult
[−]#[repr(transparent)]pub struct AddFileResult(pub i32);
Expand description
Required features: "Storage_Pickers_Provider"
Tuple Fields
0: i32
Implementations
impl AddFileResult
impl AddFileResult
pub const Added: Self = Self(0i32)
pub const AlreadyAdded: Self = Self(1i32)
pub const NotAllowed: Self = Self(2i32)
Trait Implementations
impl Clone for AddFileResult
impl Clone for AddFileResult
impl Copy for AddFileResult
Auto Trait Implementations
impl RefUnwindSafe for AddFileResult
impl Send for AddFileResult
impl Sync for AddFileResult
impl Unpin for AddFileResult
impl UnwindSafe for AddFileResult
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