#[repr(C)]pub struct CbfProfileInfo {
pub profile_id: *mut c_char,
pub profile_path: *mut c_char,
pub display_name: *mut c_char,
pub is_default: bool,
}Fields§
§profile_id: *mut c_char§profile_path: *mut c_char§display_name: *mut c_char§is_default: boolTrait Implementations§
Source§impl Clone for CbfProfileInfo
impl Clone for CbfProfileInfo
Source§fn clone(&self) -> CbfProfileInfo
fn clone(&self) -> CbfProfileInfo
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 CbfProfileInfo
impl Debug for CbfProfileInfo
impl Copy for CbfProfileInfo
Auto Trait Implementations§
impl Freeze for CbfProfileInfo
impl RefUnwindSafe for CbfProfileInfo
impl !Send for CbfProfileInfo
impl !Sync for CbfProfileInfo
impl Unpin for CbfProfileInfo
impl UnsafeUnpin for CbfProfileInfo
impl UnwindSafe for CbfProfileInfo
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