#[repr(C)]pub struct PF_AppPersonalTextInfo {
pub name: [A_char; 64],
pub org: [A_char; 64],
pub serial_str: [A_char; 64],
}Fields§
§name: [A_char; 64]§org: [A_char; 64]§serial_str: [A_char; 64]Trait Implementations§
Source§impl Clone for PF_AppPersonalTextInfo
impl Clone for PF_AppPersonalTextInfo
Source§fn clone(&self) -> PF_AppPersonalTextInfo
fn clone(&self) -> PF_AppPersonalTextInfo
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 PF_AppPersonalTextInfo
impl Debug for PF_AppPersonalTextInfo
impl Copy for PF_AppPersonalTextInfo
Auto Trait Implementations§
impl Freeze for PF_AppPersonalTextInfo
impl RefUnwindSafe for PF_AppPersonalTextInfo
impl Send for PF_AppPersonalTextInfo
impl Sync for PF_AppPersonalTextInfo
impl Unpin for PF_AppPersonalTextInfo
impl UnwindSafe for PF_AppPersonalTextInfo
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