Union windows_sys::Wdk::System::SystemServices::MCI_ADDR
#[repr(C)]
pub union MCI_ADDR {
pub Anonymous: MCI_ADDR_0,
pub QuadPart: u64,
}
Fields§
§Anonymous: MCI_ADDR_0
§QuadPart: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MCI_ADDR
impl Send for MCI_ADDR
impl Sync for MCI_ADDR
impl Unpin for MCI_ADDR
impl UnwindSafe for MCI_ADDR
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