pub struct MetadataInnerPerms {
pub storage: PointsTo<MetaSlotStorage>,
pub ref_count: PermissionU64,
pub vtable_ptr: PointsTo<usize>,
pub in_list: PermissionU64,
}Fields§
§storage: PointsTo<MetaSlotStorage>§ref_count: PermissionU64§vtable_ptr: PointsTo<usize>§in_list: PermissionU64Auto Trait Implementations§
impl Freeze for MetadataInnerPerms
impl !RefUnwindSafe for MetadataInnerPerms
impl Send for MetadataInnerPerms
impl Sync for MetadataInnerPerms
impl Unpin for MetadataInnerPerms
impl UnsafeUnpin for MetadataInnerPerms
impl UnwindSafe for MetadataInnerPerms
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