Struct windows_sys::Win32::Devices::Tapi::LINEAGENTCAPS
[−]#[repr(C, packed(1))]pub struct LINEAGENTCAPS {Show 15 fields
pub dwTotalSize: u32,
pub dwNeededSize: u32,
pub dwUsedSize: u32,
pub dwAgentHandlerInfoSize: u32,
pub dwAgentHandlerInfoOffset: u32,
pub dwCapsVersion: u32,
pub dwFeatures: u32,
pub dwStates: u32,
pub dwNextStates: u32,
pub dwMaxNumGroupEntries: u32,
pub dwAgentStatusMessages: u32,
pub dwNumAgentExtensionIDs: u32,
pub dwAgentExtensionIDListSize: u32,
pub dwAgentExtensionIDListOffset: u32,
pub ProxyGUID: GUID,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
dwTotalSize: u32
dwNeededSize: u32
dwUsedSize: u32
dwAgentHandlerInfoSize: u32
dwAgentHandlerInfoOffset: u32
dwCapsVersion: u32
dwFeatures: u32
dwStates: u32
dwNextStates: u32
dwMaxNumGroupEntries: u32
dwAgentStatusMessages: u32
dwNumAgentExtensionIDs: u32
dwAgentExtensionIDListSize: u32
dwAgentExtensionIDListOffset: u32
ProxyGUID: GUID
Trait Implementations
impl Clone for LINEAGENTCAPS
impl Clone for LINEAGENTCAPS
impl Copy for LINEAGENTCAPS
Auto Trait Implementations
impl RefUnwindSafe for LINEAGENTCAPS
impl Send for LINEAGENTCAPS
impl Sync for LINEAGENTCAPS
impl Unpin for LINEAGENTCAPS
impl UnwindSafe for LINEAGENTCAPS
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