Struct 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,
}
Fields§
§dwTotalSize: u32
§dwNeededSize: u32
§dwUsedSize: u32
§dwNumEntries: u32
§dwListSize: u32
§dwListOffset: u32
Trait Implementations§
§impl Clone for LINEAGENTACTIVITYLIST
impl Clone for LINEAGENTACTIVITYLIST
§fn clone(&self) -> LINEAGENTACTIVITYLIST
fn clone(&self) -> LINEAGENTACTIVITYLIST
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 moreimpl Copy for LINEAGENTACTIVITYLIST
Auto Trait Implementations§
impl Freeze for LINEAGENTACTIVITYLIST
impl RefUnwindSafe for LINEAGENTACTIVITYLIST
impl Send for LINEAGENTACTIVITYLIST
impl Sync for LINEAGENTACTIVITYLIST
impl Unpin for LINEAGENTACTIVITYLIST
impl UnwindSafe for LINEAGENTACTIVITYLIST
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