#[repr(C)]pub struct P7_OM_BLOCK {
pub count: c_int,
pub listSize: c_int,
pub list: *mut *mut P7_OPROFILE,
}Fields§
§count: c_int§listSize: c_int§list: *mut *mut P7_OPROFILETrait Implementations§
Source§impl Clone for P7_OM_BLOCK
impl Clone for P7_OM_BLOCK
Source§fn clone(&self) -> P7_OM_BLOCK
fn clone(&self) -> P7_OM_BLOCK
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 P7_OM_BLOCK
impl Debug for P7_OM_BLOCK
impl Copy for P7_OM_BLOCK
Auto Trait Implementations§
impl Freeze for P7_OM_BLOCK
impl RefUnwindSafe for P7_OM_BLOCK
impl !Send for P7_OM_BLOCK
impl !Sync for P7_OM_BLOCK
impl Unpin for P7_OM_BLOCK
impl UnwindSafe for P7_OM_BLOCK
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