#[repr(C)]pub struct fmd_adm_stats {
pub ams_buf: *mut fmd_stat_t,
pub ams_len: uint_t,
}Fields§
§ams_buf: *mut fmd_stat_t§ams_len: uint_tTrait Implementations§
Source§impl Clone for fmd_adm_stats
impl Clone for fmd_adm_stats
Source§fn clone(&self) -> fmd_adm_stats
fn clone(&self) -> fmd_adm_stats
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 fmd_adm_stats
impl Debug for fmd_adm_stats
impl Copy for fmd_adm_stats
Auto Trait Implementations§
impl Freeze for fmd_adm_stats
impl RefUnwindSafe for fmd_adm_stats
impl !Send for fmd_adm_stats
impl !Sync for fmd_adm_stats
impl Unpin for fmd_adm_stats
impl UnsafeUnpin for fmd_adm_stats
impl UnwindSafe for fmd_adm_stats
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