#[repr(C)]pub struct iprofile_s {
pub name: *mut u8,
pub path: *mut u8,
pub type_: i32,
pub avatar: *mut ibitmap,
}Fields§
§name: *mut u8§path: *mut u8§type_: i32§avatar: *mut ibitmapTrait Implementations§
Source§impl Clone for iprofile_s
impl Clone for iprofile_s
Source§fn clone(&self) -> iprofile_s
fn clone(&self) -> iprofile_s
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 iprofile_s
impl Debug for iprofile_s
impl Copy for iprofile_s
Auto Trait Implementations§
impl Freeze for iprofile_s
impl RefUnwindSafe for iprofile_s
impl !Send for iprofile_s
impl !Sync for iprofile_s
impl Unpin for iprofile_s
impl UnwindSafe for iprofile_s
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