Struct shadow_shim_helper_rs::shim_shmem::ManagerShmem
source · #[repr(C)]pub struct ManagerShmem {
pub log_start_time_micros: i64,
}
Fields§
§log_start_time_micros: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManagerShmem
impl RefUnwindSafe for ManagerShmem
impl Send for ManagerShmem
impl Sync for ManagerShmem
impl Unpin for ManagerShmem
impl UnwindSafe for ManagerShmem
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