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
pub const NotAllowed: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more