#[repr(C)]pub struct InspectInfo {
pub corp: *const u8,
pub corp_len: u32,
pub workspace: *const u8,
pub workspace_len: u32,
pub override_client_ip_ptr: *const u8,
pub override_client_ip_len: u32,
}Fields§
§corp: *const u8§corp_len: u32§workspace: *const u8§workspace_len: u32§override_client_ip_ptr: *const u8§override_client_ip_len: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for InspectInfo
impl RefUnwindSafe for InspectInfo
impl !Send for InspectInfo
impl !Sync for InspectInfo
impl Unpin for InspectInfo
impl UnwindSafe for InspectInfo
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