Struct windows::Win32::Storage::Imapi::FsiFileSystems
#[repr(transparent)]pub struct FsiFileSystems(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for FsiFileSystems
impl Clone for FsiFileSystems
§fn clone(&self) -> FsiFileSystems
fn clone(&self) -> FsiFileSystems
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 FsiFileSystems
impl Debug for FsiFileSystems
§impl Default for FsiFileSystems
impl Default for FsiFileSystems
§fn default() -> FsiFileSystems
fn default() -> FsiFileSystems
Returns the “default value” for a type. Read more
§impl PartialEq for FsiFileSystems
impl PartialEq for FsiFileSystems
§fn eq(&self, other: &FsiFileSystems) -> bool
fn eq(&self, other: &FsiFileSystems) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FsiFileSystems
impl Eq for FsiFileSystems
impl StructuralPartialEq for FsiFileSystems
Auto Trait Implementations§
impl Freeze for FsiFileSystems
impl RefUnwindSafe for FsiFileSystems
impl Send for FsiFileSystems
impl Sync for FsiFileSystems
impl Unpin for FsiFileSystems
impl UnwindSafe for FsiFileSystems
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)