Struct 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,
}
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
§fn clone(&self) -> WSB_OB_STATUS_ENTRY
fn clone(&self) -> WSB_OB_STATUS_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WSB_OB_STATUS_ENTRY
impl Debug for WSB_OB_STATUS_ENTRY
§impl Default for WSB_OB_STATUS_ENTRY
impl Default for WSB_OB_STATUS_ENTRY
§impl PartialEq for WSB_OB_STATUS_ENTRY
impl PartialEq for WSB_OB_STATUS_ENTRY
impl Copy for WSB_OB_STATUS_ENTRY
impl StructuralPartialEq for WSB_OB_STATUS_ENTRY
Auto Trait Implementations§
impl Freeze for WSB_OB_STATUS_ENTRY
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more