pub struct Ists<const N: usize> { /* private fields */ }Expand description
ISTS(离散输入)结构体(FC02)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for Ists<N>
impl<const N: usize> RefUnwindSafe for Ists<N>
impl<const N: usize> Send for Ists<N>
impl<const N: usize> Sync for Ists<N>
impl<const N: usize> Unpin for Ists<N>
impl<const N: usize> UnsafeUnpin for Ists<N>
impl<const N: usize> UnwindSafe for Ists<N>
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