pub struct ZRUNTIME_PARAM { /* private fields */ }
Trait Implementations§
Source§impl Deref for ZRUNTIME_PARAM
impl Deref for ZRUNTIME_PARAM
Source§type Target = GlobalRuntimeParam
type Target = GlobalRuntimeParam
The resulting type after dereferencing.
Source§fn deref(&self) -> &GlobalRuntimeParam
fn deref(&self) -> &GlobalRuntimeParam
Dereferences the value.
impl LazyStatic for ZRUNTIME_PARAM
Auto Trait Implementations§
impl Freeze for ZRUNTIME_PARAM
impl RefUnwindSafe for ZRUNTIME_PARAM
impl Send for ZRUNTIME_PARAM
impl Sync for ZRUNTIME_PARAM
impl Unpin for ZRUNTIME_PARAM
impl UnwindSafe for ZRUNTIME_PARAM
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