#[repr(transparent)]pub struct lg_prof_interval_mib(pub Mib<[usize; 2]>);
Expand description
See lg_prof_interval
.
Tuple Fields§
§0: Mib<[usize; 2]>
Implementations§
Trait Implementations§
Source§impl Clone for lg_prof_interval_mib
impl Clone for lg_prof_interval_mib
Source§fn clone(&self) -> lg_prof_interval_mib
fn clone(&self) -> lg_prof_interval_mib
Returns a copy 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 moreimpl Copy for lg_prof_interval_mib
Auto Trait Implementations§
impl Freeze for lg_prof_interval_mib
impl RefUnwindSafe for lg_prof_interval_mib
impl Send for lg_prof_interval_mib
impl Sync for lg_prof_interval_mib
impl Unpin for lg_prof_interval_mib
impl UnwindSafe for lg_prof_interval_mib
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