#[repr(C, packed(1))]pub struct cmplt_handle {
pub handle: u16,
pub num_cmplt_pkts: u16,
pub num_cmplt_blks: u16,
}
Fields§
§handle: u16
§num_cmplt_pkts: u16
§num_cmplt_blks: u16
Trait Implementations§
Source§impl Clone for cmplt_handle
impl Clone for cmplt_handle
Source§fn clone(&self) -> cmplt_handle
fn clone(&self) -> cmplt_handle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cmplt_handle
impl Debug for cmplt_handle
impl Copy for cmplt_handle
Auto Trait Implementations§
impl Freeze for cmplt_handle
impl RefUnwindSafe for cmplt_handle
impl Send for cmplt_handle
impl Sync for cmplt_handle
impl Unpin for cmplt_handle
impl UnwindSafe for cmplt_handle
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