Struct windows_sys::Win32::System::Wmi::SWbemRpnTokenList
[−]#[repr(C)]pub struct SWbemRpnTokenList {
pub m_uVersion: u32,
pub m_uTokenType: u32,
pub m_uNumTokens: u32,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
m_uVersion: u32
m_uTokenType: u32
m_uNumTokens: u32
Trait Implementations
impl Clone for SWbemRpnTokenList
impl Clone for SWbemRpnTokenList
impl Copy for SWbemRpnTokenList
Auto Trait Implementations
impl RefUnwindSafe for SWbemRpnTokenList
impl Send for SWbemRpnTokenList
impl Sync for SWbemRpnTokenList
impl Unpin for SWbemRpnTokenList
impl UnwindSafe for SWbemRpnTokenList
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