Searched defs:AttributeList (Results 1 – 1 of 1) sorted by relevance
681 pub struct AttributeList<const N: usize, Data>( global() struct 689 unsafe impl<const N: usize, Data> Send for AttributeList<N, Data> {} global() implementation 692 unsafe impl<const N: usize, Data> Sync for AttributeList<N, Data> {} global() implementation 694 impl<const N: usize, Data> AttributeList<N, Data> { global() implementation [all...]