#[repr(C)]pub struct ENUMPROPERTY {
pub pszName: PSTR,
pub hRow: *mut HHEADERROW__,
pub dwPropId: u32,
}Fields§
§pszName: PSTR§hRow: *mut HHEADERROW__§dwPropId: u32Trait Implementations§
Source§impl Clone for ENUMPROPERTY
impl Clone for ENUMPROPERTY
Source§fn clone(&self) -> ENUMPROPERTY
fn clone(&self) -> ENUMPROPERTY
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 ENUMPROPERTY
Source§impl Debug for ENUMPROPERTY
impl Debug for ENUMPROPERTY
Source§impl Default for ENUMPROPERTY
impl Default for ENUMPROPERTY
Source§fn default() -> ENUMPROPERTY
fn default() -> ENUMPROPERTY
Returns the “default value” for a type. Read more
Source§impl PartialEq for ENUMPROPERTY
impl PartialEq for ENUMPROPERTY
Source§fn eq(&self, other: &ENUMPROPERTY) -> bool
fn eq(&self, other: &ENUMPROPERTY) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ENUMPROPERTY
Auto Trait Implementations§
impl !Send for ENUMPROPERTY
impl !Sync for ENUMPROPERTY
impl Freeze for ENUMPROPERTY
impl RefUnwindSafe for ENUMPROPERTY
impl Unpin for ENUMPROPERTY
impl UnsafeUnpin for ENUMPROPERTY
impl UnwindSafe for ENUMPROPERTY
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