#[repr(C)]pub struct REASON_CONTEXT_Reason(/* private fields */);
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 moreimpl Copy for REASON_CONTEXT_Reason
Auto Trait Implementations§
impl Freeze for REASON_CONTEXT_Reason
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§
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