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: u32dwNeededSize: u32dwUsedSize: u32dwNumEntries: u32dwListSize: u32dwListOffset: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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