#[repr(C)]pub struct RR_MapList {
pub ptr: *mut c_void,
pub addr: u64,
pub len: u64,
pub crc: u32,
pub link: RR_MapList__bindgen_ty_1,
}Fields§
§ptr: *mut c_void§addr: u64§len: u64§crc: u32§link: RR_MapList__bindgen_ty_1Trait Implementations§
Source§impl Clone for RR_MapList
impl Clone for RR_MapList
Source§fn clone(&self) -> RR_MapList
fn clone(&self) -> RR_MapList
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 RR_MapList
impl Debug for RR_MapList
impl Copy for RR_MapList
Auto Trait Implementations§
impl Freeze for RR_MapList
impl RefUnwindSafe for RR_MapList
impl !Send for RR_MapList
impl !Sync for RR_MapList
impl Unpin for RR_MapList
impl UnwindSafe for RR_MapList
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