Home
last modified time | relevance | path

Searched defs:AttributeList (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs681 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...]