#[repr(C)]pub struct Used { /* private fields */ }
Expand description
Representation of an entry in the used ring.
The only purpose Used
has is to be passed to insert_used to be
copied into the used ring. As a result the only provided method is new and there
are no accessors, as the driver is the one who will be accessing it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Used
impl RefUnwindSafe for Used
impl Send for Used
impl Sync for Used
impl Unpin for Used
impl UnwindSafe for Used
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