Struct gpu_alloc::buddy::SizeBlockEntry
source · struct SizeBlockEntry {
chunk: usize,
offset: u64,
index: usize,
}
Fields§
§chunk: usize
§offset: u64
§index: usize
Auto Trait Implementations§
impl Freeze for SizeBlockEntry
impl RefUnwindSafe for SizeBlockEntry
impl Send for SizeBlockEntry
impl Sync for SizeBlockEntry
impl Unpin for SizeBlockEntry
impl UnwindSafe for SizeBlockEntry
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