Struct krnl_core::kernel::ItemKernel
source · pub struct ItemKernel {
pub item_id: u32,
pub items: u32,
}Fields§
§item_id: u32The id of the item.
items: u32The number of items.
This will be the minimum length of buffers with #[item].
Auto Trait Implementations§
impl RefUnwindSafe for ItemKernel
impl Send for ItemKernel
impl Sync for ItemKernel
impl Unpin for ItemKernel
impl UnwindSafe for ItemKernel
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