#[repr(C)]pub struct SkIdentifyParsedData {
pub serial: [c_char; 21],
pub firmware: [c_char; 9],
pub model: [c_char; 41],
}Fields§
§serial: [c_char; 21]§firmware: [c_char; 9]§model: [c_char; 41]Trait Implementations§
Source§impl Clone for SkIdentifyParsedData
impl Clone for SkIdentifyParsedData
Source§fn clone(&self) -> SkIdentifyParsedData
fn clone(&self) -> SkIdentifyParsedData
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 SkIdentifyParsedData
impl Debug for SkIdentifyParsedData
impl Copy for SkIdentifyParsedData
Auto Trait Implementations§
impl Freeze for SkIdentifyParsedData
impl RefUnwindSafe for SkIdentifyParsedData
impl Send for SkIdentifyParsedData
impl Sync for SkIdentifyParsedData
impl Unpin for SkIdentifyParsedData
impl UnwindSafe for SkIdentifyParsedData
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