pub struct InitInfo {
pub handle: InitInfoHandle,
}Fields§
§handle: InitInfoHandleTrait Implementations§
Source§impl From<InitInfoHandle> for InitInfo
impl From<InitInfoHandle> for InitInfo
Source§fn from(handle: InitInfoHandle) -> Self
fn from(handle: InitInfoHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InitInfo
impl RefUnwindSafe for InitInfo
impl !Send for InitInfo
impl !Sync for InitInfo
impl Unpin for InitInfo
impl UnwindSafe for InitInfo
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