#[repr(C)]pub struct fmd_adm_caseinfo {
pub aci_uuid: *const c_char,
pub aci_code: *const c_char,
pub aci_url: *const c_char,
pub aci_event: *mut nvlist_t,
}Fields§
§aci_uuid: *const c_char§aci_code: *const c_char§aci_url: *const c_char§aci_event: *mut nvlist_tTrait Implementations§
Source§impl Clone for fmd_adm_caseinfo
impl Clone for fmd_adm_caseinfo
Source§fn clone(&self) -> fmd_adm_caseinfo
fn clone(&self) -> fmd_adm_caseinfo
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_caseinfo
impl Debug for fmd_adm_caseinfo
impl Copy for fmd_adm_caseinfo
Auto Trait Implementations§
impl Freeze for fmd_adm_caseinfo
impl RefUnwindSafe for fmd_adm_caseinfo
impl !Send for fmd_adm_caseinfo
impl !Sync for fmd_adm_caseinfo
impl Unpin for fmd_adm_caseinfo
impl UnsafeUnpin for fmd_adm_caseinfo
impl UnwindSafe for fmd_adm_caseinfo
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