#[repr(C)]pub struct VolumeIsolationScope {}Expand description
Implementations§
Source§impl VolumeIsolationScope
impl VolumeIsolationScope
Sourcepub fn system_i_disposable_dispose(&mut self)
pub fn system_i_disposable_dispose(&mut self)
System.IDisposable.Dispose() overload
Source§impl VolumeIsolationScope
impl VolumeIsolationScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn system_i_disposable_dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for VolumeIsolationScope
impl ClassIdentity for VolumeIsolationScope
Source§impl Clone for VolumeIsolationScope
impl Clone for VolumeIsolationScope
Source§fn clone(&self) -> VolumeIsolationScope
fn clone(&self) -> VolumeIsolationScope
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VolumeIsolationScope
Auto Trait Implementations§
impl Freeze for VolumeIsolationScope
impl RefUnwindSafe for VolumeIsolationScope
impl Send for VolumeIsolationScope
impl Sync for VolumeIsolationScope
impl Unpin for VolumeIsolationScope
impl UnwindSafe for VolumeIsolationScope
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)