Struct rutabaga_gfx::rutabaga_utils::RutabagaMapping
source · #[repr(C)]pub struct RutabagaMapping {
pub ptr: u64,
pub size: u64,
}
Fields§
§ptr: u64
§size: u64
Trait Implementations§
source§impl Clone for RutabagaMapping
impl Clone for RutabagaMapping
source§fn clone(&self) -> RutabagaMapping
fn clone(&self) -> RutabagaMapping
Returns a copy 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 RutabagaMapping
impl Debug for RutabagaMapping
impl Copy for RutabagaMapping
Auto Trait Implementations§
impl RefUnwindSafe for RutabagaMapping
impl Send for RutabagaMapping
impl Sync for RutabagaMapping
impl Unpin for RutabagaMapping
impl UnwindSafe for RutabagaMapping
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