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