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: isizeImplementations§
Trait Implementations§
impl Copy for Alloc
impl Send for Alloc
impl Sync for Alloc
Auto Trait Implementations§
impl Freeze for Alloc
impl RefUnwindSafe for Alloc
impl Unpin for Alloc
impl UnsafeUnpin for Alloc
impl UnwindSafe for Alloc
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