#[repr(C)]pub struct r_diff_entry {
pub base_idx: c_uint,
pub pages_len: c_uint,
}
Fields§
§base_idx: c_uint
§pages_len: c_uint
Trait Implementations§
Source§impl Clone for r_diff_entry
impl Clone for r_diff_entry
Source§fn clone(&self) -> r_diff_entry
fn clone(&self) -> r_diff_entry
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 r_diff_entry
impl Debug for r_diff_entry
impl Copy for r_diff_entry
Auto Trait Implementations§
impl Freeze for r_diff_entry
impl RefUnwindSafe for r_diff_entry
impl Send for r_diff_entry
impl Sync for r_diff_entry
impl Unpin for r_diff_entry
impl UnwindSafe for r_diff_entry
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