pub struct CapabilityTable { /* private fields */ }Expand description
Host-owned grant state. Its mutation surface is deliberately crate-private.
Auto Trait Implementations§
impl !Freeze for CapabilityTable
impl RefUnwindSafe for CapabilityTable
impl Send for CapabilityTable
impl Sync for CapabilityTable
impl Unpin for CapabilityTable
impl UnsafeUnpin for CapabilityTable
impl UnwindSafe for CapabilityTable
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