pub struct Slot {
pub fixed_slot: Option<u32>,
pub fixed_model: Option<u32>,
pub fixed_enable: Option<bool>,
pub params: Vec<Param>,
}
Fields§
§fixed_slot: Option<u32>
§fixed_model: Option<u32>
§fixed_enable: Option<bool>
§params: Vec<Param>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Slot
impl RefUnwindSafe for Slot
impl Send for Slot
impl Sync for Slot
impl Unpin for Slot
impl UnwindSafe for Slot
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