#[repr(C, align(16))]pub struct object_source {
pub id: objid,
pub src_start: u64,
pub dest_start: u64,
pub len: u64,
}Fields§
§id: objid§src_start: u64§dest_start: u64§len: u64Trait Implementations§
Source§impl Clone for object_source
impl Clone for object_source
Source§fn clone(&self) -> object_source
fn clone(&self) -> object_source
Returns a duplicate 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 object_source
impl Debug for object_source
Source§impl Default for object_source
impl Default for object_source
Source§fn default() -> object_source
fn default() -> object_source
Returns the “default value” for a type. Read more
Source§impl From<ObjectSource> for object_source
impl From<ObjectSource> for object_source
Source§fn from(value: ObjectSource) -> Self
fn from(value: ObjectSource) -> Self
Converts to this type from the input type.
impl Copy for object_source
Auto Trait Implementations§
impl Freeze for object_source
impl RefUnwindSafe for object_source
impl Send for object_source
impl StoreCopy for object_source
impl Sync for object_source
impl Unpin for object_source
impl UnwindSafe for object_source
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