Struct win_sys::FileSystem::IDiskQuotaUserBatch
source · [−]#[repr(transparent)]pub struct IDiskQuotaUserBatch(_);Expand description
Required features: ‘Win32_Storage_FileSystem’
Implementations
sourceimpl IDiskQuotaUserBatch
impl IDiskQuotaUserBatch
sourcepub unsafe fn Add<'a, Param0>(&self, puser: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
pub unsafe fn Add<'a, Param0>(&self, puser: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
Required features: ‘Win32_Storage_FileSystem’
sourcepub unsafe fn Remove<'a, Param0>(&self, puser: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
pub unsafe fn Remove<'a, Param0>(&self, puser: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
Required features: ‘Win32_Storage_FileSystem’
sourcepub unsafe fn RemoveAll(&self) -> Result<(), Error>
pub unsafe fn RemoveAll(&self) -> Result<(), Error>
Required features: ‘Win32_Storage_FileSystem’
sourcepub unsafe fn FlushToDisk(&self) -> Result<(), Error>
pub unsafe fn FlushToDisk(&self) -> Result<(), Error>
Required features: ‘Win32_Storage_FileSystem’
Trait Implementations
sourceimpl Clone for IDiskQuotaUserBatch
impl Clone for IDiskQuotaUserBatch
sourcepub fn clone(&self) -> IDiskQuotaUserBatch
pub fn clone(&self) -> IDiskQuotaUserBatch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IDiskQuotaUserBatch
impl Debug for IDiskQuotaUserBatch
sourceimpl<'_> From<&'_ IDiskQuotaUserBatch> for IUnknown
impl<'_> From<&'_ IDiskQuotaUserBatch> for IUnknown
sourcepub fn from(value: &IDiskQuotaUserBatch) -> IUnknown
pub fn from(value: &IDiskQuotaUserBatch) -> IUnknown
Performs the conversion.
sourceimpl From<IDiskQuotaUserBatch> for IUnknown
impl From<IDiskQuotaUserBatch> for IUnknown
sourcepub fn from(value: IDiskQuotaUserBatch) -> IUnknown
pub fn from(value: IDiskQuotaUserBatch) -> IUnknown
Performs the conversion.
sourceimpl Interface for IDiskQuotaUserBatch
impl Interface for IDiskQuotaUserBatch
impl Eq for IDiskQuotaUserBatch
Auto Trait Implementations
impl RefUnwindSafe for IDiskQuotaUserBatch
impl !Send for IDiskQuotaUserBatch
impl !Sync for IDiskQuotaUserBatch
impl Unpin for IDiskQuotaUserBatch
impl UnwindSafe for IDiskQuotaUserBatch
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more