pub struct RegionAllocatorMuTokenGuardMut<'b, 'a> { /* private fields */ }Implementations§
Source§impl<'b, 'a> RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> RegionAllocatorMuTokenGuardMut<'b, 'a>
pub fn token(&self) -> &LockToken<'a, RegionAllocatorMuClass>
pub fn token_mut(&mut self) -> &mut LockToken<'a, RegionAllocatorMuClass>
pub fn fields<'f>(&'f self) -> RegionAllocatorMuFields<'f>
pub fn fields_mut<'f>(&'f mut self) -> RegionAllocatorMuFieldsMut<'f>
Auto Trait Implementations§
impl<'b, 'a> !RefUnwindSafe for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> !Send for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> !Sync for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> !UnwindSafe for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> Freeze for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> Unpin for RegionAllocatorMuTokenGuardMut<'b, 'a>
impl<'b, 'a> UnsafeUnpin for RegionAllocatorMuTokenGuardMut<'b, 'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), !>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), !>
Initializes
slot. Read moreSource§fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E>where
F: FnOnce(Pin<&mut T>) -> Result<(), E>,
fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E>where
F: FnOnce(Pin<&mut T>) -> Result<(), E>,
First initializes the value using
self then calls the function f with the initialized
value. Read more§impl<T> ToMutPtr for Twhere
T: ?Sized,
impl<T> ToMutPtr for Twhere
T: ?Sized,
§fn to_mut_ptr(&self) -> *mut T
fn to_mut_ptr(&self) -> *mut T
Casts the reference to a mutable raw pointer.