Struct win_sys::FileSystem::IDiskQuotaEvents [−][src]
#[repr(transparent)]pub struct IDiskQuotaEvents(pub IUnknown);Expand description
Required features: Win32_Storage_FileSystem
Tuple Fields
0: IUnknownImplementations
pub unsafe fn OnUserNameChanged<'a, Param0>(
&self,
puser: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
pub unsafe fn OnUserNameChanged<'a, Param0>(
&self,
puser: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, IDiskQuotaUser>,
Required features: Win32_Storage_FileSystem
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IDiskQuotaEvents
impl !Send for IDiskQuotaEvents
impl !Sync for IDiskQuotaEvents
impl Unpin for IDiskQuotaEvents
impl UnwindSafe for IDiskQuotaEvents
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety