Struct windows_sys::Win32::Devices::Tapi::LINEAGENTACTIVITYLIST
[−]#[repr(C, packed(1))]pub struct LINEAGENTACTIVITYLIST {
pub dwTotalSize: u32,
pub dwNeededSize: u32,
pub dwUsedSize: u32,
pub dwNumEntries: u32,
pub dwListSize: u32,
pub dwListOffset: u32,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
dwTotalSize: u32
dwNeededSize: u32
dwUsedSize: u32
dwNumEntries: u32
dwListSize: u32
dwListOffset: u32
Trait Implementations
impl Clone for LINEAGENTACTIVITYLIST
impl Clone for LINEAGENTACTIVITYLIST
impl Copy for LINEAGENTACTIVITYLIST
Auto Trait Implementations
impl RefUnwindSafe for LINEAGENTACTIVITYLIST
impl Send for LINEAGENTACTIVITYLIST
impl Sync for LINEAGENTACTIVITYLIST
impl Unpin for LINEAGENTACTIVITYLIST
impl UnwindSafe for LINEAGENTACTIVITYLIST
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