#[repr(C)]pub struct PATCH_INTERLEAVE_MAP {
pub CountRanges: u32,
pub Range: [PATCH_INTERLEAVE_MAP_0; 1],
}
Fields§
§CountRanges: u32
§Range: [PATCH_INTERLEAVE_MAP_0; 1]
Trait Implementations§
§impl Clone for PATCH_INTERLEAVE_MAP
impl Clone for PATCH_INTERLEAVE_MAP
impl Copy for PATCH_INTERLEAVE_MAP
Auto Trait Implementations§
impl RefUnwindSafe for PATCH_INTERLEAVE_MAP
impl Send for PATCH_INTERLEAVE_MAP
impl Sync for PATCH_INTERLEAVE_MAP
impl Unpin for PATCH_INTERLEAVE_MAP
impl UnwindSafe for PATCH_INTERLEAVE_MAP
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