Struct SCESVC_ANALYSIS_INFO
#[repr(C)]pub struct SCESVC_ANALYSIS_INFO {
pub Count: u32,
pub Lines: *mut SCESVC_ANALYSIS_LINE,
}
Fields§
§Count: u32
§Lines: *mut SCESVC_ANALYSIS_LINE
Trait Implementations§
§impl Clone for SCESVC_ANALYSIS_INFO
impl Clone for SCESVC_ANALYSIS_INFO
§fn clone(&self) -> SCESVC_ANALYSIS_INFO
fn clone(&self) -> SCESVC_ANALYSIS_INFO
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 more§impl Debug for SCESVC_ANALYSIS_INFO
impl Debug for SCESVC_ANALYSIS_INFO
§impl Default for SCESVC_ANALYSIS_INFO
impl Default for SCESVC_ANALYSIS_INFO
§impl PartialEq for SCESVC_ANALYSIS_INFO
impl PartialEq for SCESVC_ANALYSIS_INFO
impl Copy for SCESVC_ANALYSIS_INFO
impl StructuralPartialEq for SCESVC_ANALYSIS_INFO
Auto Trait Implementations§
impl Freeze for SCESVC_ANALYSIS_INFO
impl RefUnwindSafe for SCESVC_ANALYSIS_INFO
impl !Send for SCESVC_ANALYSIS_INFO
impl !Sync for SCESVC_ANALYSIS_INFO
impl Unpin for SCESVC_ANALYSIS_INFO
impl UnwindSafe for SCESVC_ANALYSIS_INFO
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