Struct windows_sys::Win32::Storage::Vss::VSS_OBJECT_PROP
[−]#[repr(C)]pub struct VSS_OBJECT_PROP {
pub Type: VSS_OBJECT_TYPE,
pub Obj: VSS_OBJECT_UNION,
}
Expand description
Required features: "Win32_Storage_Vss"
Fields
Type: VSS_OBJECT_TYPE
Obj: VSS_OBJECT_UNION
Trait Implementations
impl Clone for VSS_OBJECT_PROP
impl Clone for VSS_OBJECT_PROP
impl Copy for VSS_OBJECT_PROP
Auto Trait Implementations
impl RefUnwindSafe for VSS_OBJECT_PROP
impl !Send for VSS_OBJECT_PROP
impl !Sync for VSS_OBJECT_PROP
impl Unpin for VSS_OBJECT_PROP
impl UnwindSafe for VSS_OBJECT_PROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more