pub struct AlLastCh {
pub al_last_ch: u8,
}
Fields§
§al_last_ch: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlLastCh
impl RefUnwindSafe for AlLastCh
impl Send for AlLastCh
impl Sync for AlLastCh
impl Unpin for AlLastCh
impl UnwindSafe for AlLastCh
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