#[repr(u32)]pub enum OSSystemDir {
Desktop = 0,
Dcim = 1,
Documents = 2,
Downloads = 3,
Movies = 4,
Music = 5,
Pictures = 6,
Ringtones = 7,
}
Variants§
Trait Implementations§
Source§impl Clone for OSSystemDir
impl Clone for OSSystemDir
Source§fn clone(&self) -> OSSystemDir
fn clone(&self) -> OSSystemDir
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 moreSource§impl Debug for OSSystemDir
impl Debug for OSSystemDir
Source§impl Hash for OSSystemDir
impl Hash for OSSystemDir
Source§impl PartialEq for OSSystemDir
impl PartialEq for OSSystemDir
impl Copy for OSSystemDir
impl Eq for OSSystemDir
impl StructuralPartialEq for OSSystemDir
Auto Trait Implementations§
impl Freeze for OSSystemDir
impl RefUnwindSafe for OSSystemDir
impl Send for OSSystemDir
impl Sync for OSSystemDir
impl Unpin for OSSystemDir
impl UnwindSafe for OSSystemDir
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