Struct windows_sys::Win32::System::ServerBackup::WSB_OB_STATUS_INFO
[−]#[repr(C)]pub struct WSB_OB_STATUS_INFO {
pub m_guidSnapinId: GUID,
pub m_cStatusEntry: u32,
pub m_rgStatusEntry: *mut WSB_OB_STATUS_ENTRY,
}
Expand description
Required features: "Win32_System_ServerBackup"
Fields
m_guidSnapinId: GUID
m_cStatusEntry: u32
m_rgStatusEntry: *mut WSB_OB_STATUS_ENTRY
Trait Implementations
impl Clone for WSB_OB_STATUS_INFO
impl Clone for WSB_OB_STATUS_INFO
impl Copy for WSB_OB_STATUS_INFO
Auto Trait Implementations
impl RefUnwindSafe for WSB_OB_STATUS_INFO
impl !Send for WSB_OB_STATUS_INFO
impl !Sync for WSB_OB_STATUS_INFO
impl Unpin for WSB_OB_STATUS_INFO
impl UnwindSafe for WSB_OB_STATUS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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