#[repr(C)]pub struct FtPartsDesc {
pub model_num: c_int,
pub lookups: *mut FtPartsLookup,
}Fields§
§model_num: c_int§lookups: *mut FtPartsLookupTrait Implementations§
Source§impl Clone for FtPartsDesc
impl Clone for FtPartsDesc
Source§fn clone(&self) -> FtPartsDesc
fn clone(&self) -> FtPartsDesc
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 FtPartsDesc
impl Debug for FtPartsDesc
impl Copy for FtPartsDesc
Auto Trait Implementations§
impl Freeze for FtPartsDesc
impl RefUnwindSafe for FtPartsDesc
impl !Send for FtPartsDesc
impl !Sync for FtPartsDesc
impl Unpin for FtPartsDesc
impl UnwindSafe for FtPartsDesc
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