Struct vstd::atomic::PermissionDataPtr
source · pub struct PermissionDataPtr<T> {
pub patomic: int,
pub value: *mut T,
}
Fields§
§patomic: int
§value: *mut T
Auto Trait Implementations§
impl<T> Freeze for PermissionDataPtr<T>
impl<T> RefUnwindSafe for PermissionDataPtr<T>where
T: RefUnwindSafe,
impl<T> !Send for PermissionDataPtr<T>
impl<T> !Sync for PermissionDataPtr<T>
impl<T> Unpin for PermissionDataPtr<T>
impl<T> UnwindSafe for PermissionDataPtr<T>where
T: RefUnwindSafe,
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