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