Searched refs:access (Results 1 – 4 of 4) sorted by relevance
125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access() method
240 pub fn access<'a>(&'a self, dev: &'a Device<Bound>) -> Result<&'a T> { in access() method248 Ok(unsafe { self.data().access() }) in access()
150 pub unsafe fn access(&self) -> &T { in access() method
108 the above method only works for types where you can access the fields.
Completed in 5 milliseconds