pub struct MapGrantRef {
pub count: u32,
pub pad: u32,
pub index: u64,
pub refs: Vec<GrantRef>,
}Fields§
§count: u32§pad: u32§index: u64§refs: Vec<GrantRef>Implementations§
Auto Trait Implementations§
impl Freeze for MapGrantRef
impl RefUnwindSafe for MapGrantRef
impl Send for MapGrantRef
impl Sync for MapGrantRef
impl Unpin for MapGrantRef
impl UnsafeUnpin for MapGrantRef
impl UnwindSafe for MapGrantRef
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