Struct winapi::um::minwinbase::REASON_CONTEXT_Reason
source · #[repr(C)]pub struct REASON_CONTEXT_Reason(_);
Implementations§
source§impl REASON_CONTEXT_Reason
impl REASON_CONTEXT_Reason
pub unsafe fn Detailed(&self) -> &REASON_CONTEXT_Detailed
pub unsafe fn Detailed_mut(&mut self) -> &mut REASON_CONTEXT_Detailed
pub unsafe fn SimpleReasonString(&self) -> &LPWSTR
pub unsafe fn SimpleReasonString_mut(&mut self) -> &mut LPWSTR
Trait Implementations§
source§impl Clone for REASON_CONTEXT_Reason
impl Clone for REASON_CONTEXT_Reason
source§fn clone(&self) -> REASON_CONTEXT_Reason
fn clone(&self) -> REASON_CONTEXT_Reason
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 moresource§impl Default for REASON_CONTEXT_Reason
impl Default for REASON_CONTEXT_Reason
source§fn default() -> REASON_CONTEXT_Reason
fn default() -> REASON_CONTEXT_Reason
Returns the “default value” for a type. Read more