pub struct MetadataPerms {
pub storage_perm: PointsTo<MetaSlotStorage>,
pub vtable_ptr_perm: PointsTo<usize>,
}Expand description
Permissions whose initialized contents belong to one installed metadata value.
Fields§
§storage_perm: PointsTo<MetaSlotStorage>§vtable_ptr_perm: PointsTo<usize>Auto Trait Implementations§
impl Freeze for MetadataPerms
impl !RefUnwindSafe for MetadataPerms
impl Send for MetadataPerms
impl Sync for MetadataPerms
impl Unpin for MetadataPerms
impl UnsafeUnpin for MetadataPerms
impl UnwindSafe for MetadataPerms
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