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 moresource§impl Debug for image_offset
impl Debug for image_offset
source§impl Hash for image_offset
impl Hash for image_offset
source§impl PartialEq<image_offset> for image_offset
impl PartialEq<image_offset> for image_offset
source§fn eq(&self, other: &image_offset) -> bool
fn eq(&self, other: &image_offset) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for image_offset
impl Eq for image_offset
impl StructuralEq for image_offset
impl StructuralPartialEq 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