#[repr(C)]pub struct ConformanceProfilesTable<const N: usize = 0> {
pub version: u16,
pub number_of_profiles: u16,
pub conformance_profiles: [Guid; N],
}
Fields§
§version: u16
§number_of_profiles: u16
§conformance_profiles: [Guid; N]
Trait Implementations§
Source§impl<const N: usize> Clone for ConformanceProfilesTable<N>
impl<const N: usize> Clone for ConformanceProfilesTable<N>
Source§fn clone(&self) -> ConformanceProfilesTable<N>
fn clone(&self) -> ConformanceProfilesTable<N>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<const N: usize> Debug for ConformanceProfilesTable<N>
impl<const N: usize> Debug for ConformanceProfilesTable<N>
impl<const N: usize> Copy for ConformanceProfilesTable<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for ConformanceProfilesTable<N>
impl<const N: usize> RefUnwindSafe for ConformanceProfilesTable<N>
impl<const N: usize> Send for ConformanceProfilesTable<N>
impl<const N: usize> Sync for ConformanceProfilesTable<N>
impl<const N: usize> Unpin for ConformanceProfilesTable<N>
impl<const N: usize> UnwindSafe for ConformanceProfilesTable<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