Struct Alloc
#[repr(C)]pub struct Alloc {
pub memory: *mut VkDeviceMemory_T,
pub offset: u64,
pub size: u64,
pub flags: AllocFlag,
pub backend_memory: isize,
/* private fields */
}
Fields§
§memory: *mut VkDeviceMemory_T
§offset: u64
§size: u64
§flags: AllocFlag
§backend_memory: isize
Implementations§
Trait Implementations§
impl Copy for Alloc
impl Send for Alloc
impl Sync for Alloc
Auto Trait Implementations§
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