#[repr(C)]pub struct Phidget_UnitInfo {
pub unit: Phidget_Unit,
pub name: *const c_char,
pub symbol: *const c_char,
}
Fields§
§unit: Phidget_Unit
§name: *const c_char
§symbol: *const c_char
Trait Implementations§
Source§impl Clone for Phidget_UnitInfo
impl Clone for Phidget_UnitInfo
Source§fn clone(&self) -> Phidget_UnitInfo
fn clone(&self) -> Phidget_UnitInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Phidget_UnitInfo
impl Debug for Phidget_UnitInfo
impl Copy for Phidget_UnitInfo
Auto Trait Implementations§
impl Freeze for Phidget_UnitInfo
impl RefUnwindSafe for Phidget_UnitInfo
impl !Send for Phidget_UnitInfo
impl !Sync for Phidget_UnitInfo
impl Unpin for Phidget_UnitInfo
impl UnwindSafe for Phidget_UnitInfo
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