#[repr(C, packed(1))]pub struct RelativeOffsetRange {
pub header: DevicePathProtocol,
pub _reserved: u32,
pub starting_offset: u64,
pub ending_offset: u64,
}Fields§
§header: DevicePathProtocol§_reserved: u32§starting_offset: u64§ending_offset: u64Auto Trait Implementations§
impl Freeze for RelativeOffsetRange
impl RefUnwindSafe for RelativeOffsetRange
impl Send for RelativeOffsetRange
impl Sync for RelativeOffsetRange
impl Unpin for RelativeOffsetRange
impl UnwindSafe for RelativeOffsetRange
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