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