#[repr(C)]pub struct QueryMappingsOut<const N: usize> {
pub mappings: [Mapping; N],
}Fields§
§mappings: [Mapping; N]Trait Implementations§
Source§impl<const N: usize> Debug for QueryMappingsOut<N>
impl<const N: usize> Debug for QueryMappingsOut<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for QueryMappingsOut<N>
impl<const N: usize> RefUnwindSafe for QueryMappingsOut<N>
impl<const N: usize> Send for QueryMappingsOut<N>
impl<const N: usize> Sync for QueryMappingsOut<N>
impl<const N: usize> Unpin for QueryMappingsOut<N>
impl<const N: usize> UnsafeUnpin for QueryMappingsOut<N>
impl<const N: usize> UnwindSafe for QueryMappingsOut<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