#[repr(C)]pub struct rc_memref_t {
pub value: rc_memref_value_t,
pub address: u32,
pub next: *mut rc_memref_t,
}Fields§
§value: rc_memref_value_t§address: u32§next: *mut rc_memref_tTrait Implementations§
Source§impl Clone for rc_memref_t
impl Clone for rc_memref_t
Source§fn clone(&self) -> rc_memref_t
fn clone(&self) -> rc_memref_t
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 rc_memref_t
impl Debug for rc_memref_t
impl Copy for rc_memref_t
Auto Trait Implementations§
impl Freeze for rc_memref_t
impl RefUnwindSafe for rc_memref_t
impl !Send for rc_memref_t
impl !Sync for rc_memref_t
impl Unpin for rc_memref_t
impl UnwindSafe for rc_memref_t
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