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