pub struct AF10;
Expand description
Alternate function 10 (type state)
Auto Trait Implementations§
impl Freeze for AF10
impl RefUnwindSafe for AF10
impl Send for AF10
impl Sync for AF10
impl Unpin for AF10
impl UnwindSafe for AF10
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