Struct vk_mem_alloc::Budget
source · [−]#[repr(C)]pub struct Budget {
pub statistics: Statistics,
pub usage: DeviceSize,
pub budget: DeviceSize,
}Fields
statistics: Statisticsusage: DeviceSizebudget: DeviceSizeTrait Implementations
impl Copy for Budget
Auto Trait Implementations
impl RefUnwindSafe for Budget
impl Send for Budget
impl Sync for Budget
impl Unpin for Budget
impl UnwindSafe for Budget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more