Struct libc::image_offset
source · [−]Fields
uuid: uuid_t
offset: u32
Trait Implementations
sourceimpl Clone for image_offset
impl Clone for image_offset
sourcefn clone(&self) -> image_offset
fn clone(&self) -> image_offset
Returns a copy of the value. Read more
1.0.0 · sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more