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