#[repr(C, packed(4))]pub struct CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8 {
pub Start: i64,
pub Length40: u32,
}
Fields§
§Start: i64
§Length40: u32
Trait Implementations§
§impl Clone for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl Clone for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl Copy for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
Auto Trait Implementations§
impl RefUnwindSafe for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl Send for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl Sync for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl Unpin for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
impl UnwindSafe for CM_PARTIAL_RESOURCE_DESCRIPTOR_0_8
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