Searched defs:ListLinks (Results 1 – 1 of 1) sorted by relevance
251 pub struct ListLinks<const ID: u64 = 0> { struct254 inner: Opaque<ListLinksFields>, argument260 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation263 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation265 impl<const ID: u64> ListLinks<ID> { impl