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