#[repr(C)]pub struct hints_bss {
pub dropped_events: u64,
pub target_map_id: u32,
pub __pad_12: [u8; 4],
}Fields§
§dropped_events: u64§target_map_id: u32§__pad_12: [u8; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for hints_bss
impl RefUnwindSafe for hints_bss
impl Send for hints_bss
impl Sync for hints_bss
impl Unpin for hints_bss
impl UnsafeUnpin for hints_bss
impl UnwindSafe for hints_bss
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