pub struct SlotDescriptor {
pub name: &'static str,
pub size: usize,
pub kind: SlotKind,
}Expand description
Inventory entry describing one dense-buffer slot domain.
Fields§
§name: &'static str§size: usize§kind: SlotKindTrait Implementations§
Source§impl Debug for SlotDescriptor
impl Debug for SlotDescriptor
impl Collect for SlotDescriptor
Auto Trait Implementations§
impl Freeze for SlotDescriptor
impl RefUnwindSafe for SlotDescriptor
impl Send for SlotDescriptor
impl Sync for SlotDescriptor
impl Unpin for SlotDescriptor
impl UnsafeUnpin for SlotDescriptor
impl UnwindSafe for SlotDescriptor
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