Struct windows_sys::Win32::System::Diagnostics::Debug::SYMSRV_INDEX_INFOW
#[repr(C)]pub struct SYMSRV_INDEX_INFOW {
pub sizeofstruct: u32,
pub file: [u16; 261],
pub stripped: BOOL,
pub timestamp: u32,
pub size: u32,
pub dbgfile: [u16; 261],
pub pdbfile: [u16; 261],
pub guid: GUID,
pub sig: u32,
pub age: u32,
}
Fields§
§sizeofstruct: u32
§file: [u16; 261]
§stripped: BOOL
§timestamp: u32
§size: u32
§dbgfile: [u16; 261]
§pdbfile: [u16; 261]
§guid: GUID
§sig: u32
§age: u32
Trait Implementations§
§impl Clone for SYMSRV_INDEX_INFOW
impl Clone for SYMSRV_INDEX_INFOW
§fn clone(&self) -> SYMSRV_INDEX_INFOW
fn clone(&self) -> SYMSRV_INDEX_INFOW
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 SYMSRV_INDEX_INFOW
Auto Trait Implementations§
impl Freeze for SYMSRV_INDEX_INFOW
impl RefUnwindSafe for SYMSRV_INDEX_INFOW
impl Send for SYMSRV_INDEX_INFOW
impl Sync for SYMSRV_INDEX_INFOW
impl Unpin for SYMSRV_INDEX_INFOW
impl UnwindSafe for SYMSRV_INDEX_INFOW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)