#[repr(C)]pub struct sc_app_info {
pub label: *mut c_char,
pub aid: sc_aid,
pub ddo: sc_ddo,
pub path: sc_path,
pub rec_nr: c_int,
}
Fields§
§label: *mut c_char
§aid: sc_aid
§ddo: sc_ddo
§path: sc_path
§rec_nr: c_int
Trait Implementations§
Source§impl Clone for sc_app_info
impl Clone for sc_app_info
Source§fn clone(&self) -> sc_app_info
fn clone(&self) -> sc_app_info
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 moreSource§impl Debug for sc_app_info
impl Debug for sc_app_info
impl Copy for sc_app_info
Auto Trait Implementations§
impl Freeze for sc_app_info
impl RefUnwindSafe for sc_app_info
impl !Send for sc_app_info
impl !Sync for sc_app_info
impl Unpin for sc_app_info
impl UnwindSafe for sc_app_info
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