#[repr(C)]pub struct CurrentProcessInfoV1Response {
pub uuid: Uuid,
pub name: String,
}Fields§
§uuid: Uuid§name: StringAuto Trait Implementations§
impl Freeze for CurrentProcessInfoV1Response
impl RefUnwindSafe for CurrentProcessInfoV1Response
impl Send for CurrentProcessInfoV1Response
impl Sync for CurrentProcessInfoV1Response
impl Unpin for CurrentProcessInfoV1Response
impl UnsafeUnpin for CurrentProcessInfoV1Response
impl UnwindSafe for CurrentProcessInfoV1Response
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