#[repr(C, packed(1))]pub struct evt_num_completed_blocks {
pub total_num_blocks: u16,
pub num_handles: u8,
pub handles: __IncompleteArrayField<cmplt_handle>,
}Fields§
§total_num_blocks: u16§num_handles: u8§handles: __IncompleteArrayField<cmplt_handle>Auto Trait Implementations§
impl Freeze for evt_num_completed_blocks
impl RefUnwindSafe for evt_num_completed_blocks
impl Send for evt_num_completed_blocks
impl Sync for evt_num_completed_blocks
impl Unpin for evt_num_completed_blocks
impl UnwindSafe for evt_num_completed_blocks
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