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