pub struct BoostPad {
pub config: BoostPadConfig,
pub state: BoostPadState,
}
Fields§
§config: BoostPadConfig
§state: BoostPadState
Trait Implementations§
impl Copy for BoostPad
Auto Trait Implementations§
impl Freeze for BoostPad
impl RefUnwindSafe for BoostPad
impl Send for BoostPad
impl Sync for BoostPad
impl Unpin for BoostPad
impl UnwindSafe for BoostPad
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