#[repr(C)]pub struct retro_memory_descriptor {
pub flags: u64,
pub ptr: *mut c_void,
pub offset: size_t,
pub start: size_t,
pub select: size_t,
pub disconnect: size_t,
pub len: size_t,
pub addrspace: *const c_char,
}Fields§
§flags: u64§ptr: *mut c_void§offset: size_t§start: size_t§select: size_t§disconnect: size_t§len: size_t§addrspace: *const c_charTrait Implementations§
Source§impl Clone for retro_memory_descriptor
impl Clone for retro_memory_descriptor
Source§fn clone(&self) -> retro_memory_descriptor
fn clone(&self) -> retro_memory_descriptor
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 retro_memory_descriptor
impl Debug for retro_memory_descriptor
impl Copy for retro_memory_descriptor
Auto Trait Implementations§
impl Freeze for retro_memory_descriptor
impl RefUnwindSafe for retro_memory_descriptor
impl !Send for retro_memory_descriptor
impl !Sync for retro_memory_descriptor
impl Unpin for retro_memory_descriptor
impl UnwindSafe for retro_memory_descriptor
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