Struct windows_sys::Wdk::System::SystemServices::EX_RUNDOWN_REF
#[repr(C)]pub struct EX_RUNDOWN_REF {
pub Anonymous: EX_RUNDOWN_REF_0,
}
Fields§
§Anonymous: EX_RUNDOWN_REF_0
Trait Implementations§
§impl Clone for EX_RUNDOWN_REF
impl Clone for EX_RUNDOWN_REF
impl Copy for EX_RUNDOWN_REF
Auto Trait Implementations§
impl RefUnwindSafe for EX_RUNDOWN_REF
impl !Send for EX_RUNDOWN_REF
impl !Sync for EX_RUNDOWN_REF
impl Unpin for EX_RUNDOWN_REF
impl UnwindSafe for EX_RUNDOWN_REF
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