Struct winapi::um::minwinbase::REASON_CONTEXT_Reason
source · [−]#[repr(C)]pub struct REASON_CONTEXT_Reason(_);
Implementations
sourceimpl 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
sourceimpl Clone for REASON_CONTEXT_Reason
impl Clone for REASON_CONTEXT_Reason
sourcefn clone(&self) -> REASON_CONTEXT_Reason
fn clone(&self) -> REASON_CONTEXT_Reason
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for REASON_CONTEXT_Reason
Auto Trait Implementations
impl RefUnwindSafe for REASON_CONTEXT_Reason
impl Send for REASON_CONTEXT_Reason
impl Sync for REASON_CONTEXT_Reason
impl Unpin for REASON_CONTEXT_Reason
impl UnwindSafe for REASON_CONTEXT_Reason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more