pub struct KSTACK_ALLOCATOR {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
Source§impl Deref for KSTACK_ALLOCATOR
impl Deref for KSTACK_ALLOCATOR
Source§type Target = Mutex<KStackAllocator>
type Target = Mutex<KStackAllocator>
The resulting type after dereferencing.
Source§fn deref(&self) -> &Mutex<KStackAllocator>
fn deref(&self) -> &Mutex<KStackAllocator>
Dereferences the value.
impl LazyStatic for KSTACK_ALLOCATOR
Auto Trait Implementations§
impl Freeze for KSTACK_ALLOCATOR
impl RefUnwindSafe for KSTACK_ALLOCATOR
impl Send for KSTACK_ALLOCATOR
impl Sync for KSTACK_ALLOCATOR
impl Unpin for KSTACK_ALLOCATOR
impl UnwindSafe for KSTACK_ALLOCATOR
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