#[repr(C)]pub struct FINDHEADER {
pub pszHeader: PCSTR,
pub dwReserved: u32,
}Fields§
§pszHeader: PCSTR§dwReserved: u32Trait Implementations§
Source§impl Clone for FINDHEADER
impl Clone for FINDHEADER
Source§fn clone(&self) -> FINDHEADER
fn clone(&self) -> FINDHEADER
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FINDHEADER
Source§impl Debug for FINDHEADER
impl Debug for FINDHEADER
Source§impl Default for FINDHEADER
impl Default for FINDHEADER
Source§fn default() -> FINDHEADER
fn default() -> FINDHEADER
Returns the “default value” for a type. Read more
Source§impl PartialEq for FINDHEADER
impl PartialEq for FINDHEADER
Source§fn eq(&self, other: &FINDHEADER) -> bool
fn eq(&self, other: &FINDHEADER) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FINDHEADER
Auto Trait Implementations§
impl !Send for FINDHEADER
impl !Sync for FINDHEADER
impl Freeze for FINDHEADER
impl RefUnwindSafe for FINDHEADER
impl Unpin for FINDHEADER
impl UnsafeUnpin for FINDHEADER
impl UnwindSafe for FINDHEADER
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