Struct libc::image_offset
source · #[repr(C)]pub struct image_offset {
pub uuid: uuid_t,
pub offset: u32,
}
Fields§
§uuid: uuid_t
§offset: u32
Trait Implementations§
source§impl Clone for image_offset
impl Clone for image_offset
source§fn clone(&self) -> image_offset
fn clone(&self) -> image_offset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for image_offset
Auto Trait Implementations§
impl RefUnwindSafe for image_offset
impl Send for image_offset
impl Sync for image_offset
impl Unpin for image_offset
impl UnwindSafe for image_offset
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