Struct windows_sys::Win32::System::ServerBackup::WSB_OB_STATUS_ENTRY
[−]#[repr(C)]pub struct WSB_OB_STATUS_ENTRY {
pub m_dwIcon: u32,
pub m_dwStatusEntryName: u32,
pub m_dwStatusEntryValue: u32,
pub m_cValueTypePair: u32,
pub m_rgValueTypePair: *mut WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR,
}
Expand description
Required features: "Win32_System_ServerBackup"
Fields
m_dwIcon: u32
m_dwStatusEntryName: u32
m_dwStatusEntryValue: u32
m_cValueTypePair: u32
m_rgValueTypePair: *mut WSB_OB_STATUS_ENTRY_VALUE_TYPE_PAIR
Trait Implementations
impl Clone for WSB_OB_STATUS_ENTRY
impl Clone for WSB_OB_STATUS_ENTRY
impl Copy for WSB_OB_STATUS_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for WSB_OB_STATUS_ENTRY
impl !Send for WSB_OB_STATUS_ENTRY
impl !Sync for WSB_OB_STATUS_ENTRY
impl Unpin for WSB_OB_STATUS_ENTRY
impl UnwindSafe for WSB_OB_STATUS_ENTRY
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