Struct windows_sys::Storage::Search::FolderDepth
[−]#[repr(transparent)]pub struct FolderDepth(pub i32);
Expand description
Required features: ‘Storage_Search’
Tuple Fields
0: i32
Implementations
impl FolderDepth
impl FolderDepth
Trait Implementations
impl Clone for FolderDepth
impl Clone for FolderDepth
impl Copy for FolderDepth
Auto Trait Implementations
impl RefUnwindSafe for FolderDepth
impl Send for FolderDepth
impl Sync for FolderDepth
impl Unpin for FolderDepth
impl UnwindSafe for FolderDepth
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