#[repr(C)]pub struct IdArray<T: RawDeviceId, U, const N: usize> { /* private fields */ }
Expand description
A zero-terminated device id array, followed by context data.
Implementations
Auto Trait Implementations
impl<T, U, const N: usize> RefUnwindSafe for IdArray<T, U, N> where
U: RefUnwindSafe,
<T as RawDeviceId>::RawType: RefUnwindSafe,
impl<T, U, const N: usize> Send for IdArray<T, U, N> where
U: Send,
<T as RawDeviceId>::RawType: Send,
impl<T, U, const N: usize> Sync for IdArray<T, U, N> where
U: Sync,
<T as RawDeviceId>::RawType: Sync,
impl<T, U, const N: usize> Unpin for IdArray<T, U, N> where
U: Unpin,
<T as RawDeviceId>::RawType: Unpin,
impl<T, U, const N: usize> UnwindSafe for IdArray<T, U, N> where
U: UnwindSafe,
<T as RawDeviceId>::RawType: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more