pub struct SlotInfo {
pub id: u16,
pub type: SlotType,
pub label_id: u16,
}
Fields§
§id: u16
§type: SlotType
§label_id: u16
Implementations§
Trait Implementations§
impl Copy for SlotInfo
impl StructuralPartialEq for SlotInfo
Auto Trait Implementations§
impl Freeze for SlotInfo
impl RefUnwindSafe for SlotInfo
impl Send for SlotInfo
impl Sync for SlotInfo
impl Unpin for SlotInfo
impl UnwindSafe for SlotInfo
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