pub struct SUPC { /* private fields */ }Expand description
Supply Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SUPC
impl RefUnwindSafe for SUPC
impl !Sync for SUPC
impl Unpin for SUPC
impl UnwindSafe for SUPC
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