Struct pulsar_frontend::ty::INT64_TYPE_CELL
source · pub struct INT64_TYPE_CELL { /* private fields */ }Methods from Deref<Target = TypeCell>§
pub fn as_ref(&self) -> RwLockReadGuard<'_, T>
pub fn as_mut(&self) -> RwLockWriteGuard<'_, T>
pub fn raw(&self) -> Arc<RwLock<T>>
pub fn clone_out(&self) -> T
Trait Implementations§
source§impl Deref for INT64_TYPE_CELL
impl Deref for INT64_TYPE_CELL
impl LazyStatic for INT64_TYPE_CELL
Auto Trait Implementations§
impl Freeze for INT64_TYPE_CELL
impl RefUnwindSafe for INT64_TYPE_CELL
impl Send for INT64_TYPE_CELL
impl Sync for INT64_TYPE_CELL
impl Unpin for INT64_TYPE_CELL
impl UnwindSafe for INT64_TYPE_CELL
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