Struct ShellSpecialFolderConstants
#[repr(transparent)]pub struct ShellSpecialFolderConstants(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ShellSpecialFolderConstants
impl Clone for ShellSpecialFolderConstants
§fn clone(&self) -> ShellSpecialFolderConstants
fn clone(&self) -> ShellSpecialFolderConstants
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ShellSpecialFolderConstants
impl Debug for ShellSpecialFolderConstants
§impl Default for ShellSpecialFolderConstants
impl Default for ShellSpecialFolderConstants
§fn default() -> ShellSpecialFolderConstants
fn default() -> ShellSpecialFolderConstants
Returns the “default value” for a type. Read more
§impl PartialEq for ShellSpecialFolderConstants
impl PartialEq for ShellSpecialFolderConstants
impl Copy for ShellSpecialFolderConstants
impl Eq for ShellSpecialFolderConstants
impl StructuralPartialEq for ShellSpecialFolderConstants
Auto Trait Implementations§
impl Freeze for ShellSpecialFolderConstants
impl RefUnwindSafe for ShellSpecialFolderConstants
impl Send for ShellSpecialFolderConstants
impl Sync for ShellSpecialFolderConstants
impl Unpin for ShellSpecialFolderConstants
impl UnwindSafe for ShellSpecialFolderConstants
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more