#[repr(C)]pub struct DevicePropertyInfo {
pub name: *mut i8,
pub type_: *mut i8,
pub has_description: bool,
pub description: *mut i8,
}Fields§
§name: *mut i8§type_: *mut i8§has_description: bool§description: *mut i8Trait Implementations§
Source§impl Clone for DevicePropertyInfo
impl Clone for DevicePropertyInfo
Source§fn clone(&self) -> DevicePropertyInfo
fn clone(&self) -> DevicePropertyInfo
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 DevicePropertyInfo
impl Debug for DevicePropertyInfo
impl Copy for DevicePropertyInfo
Auto Trait Implementations§
impl Freeze for DevicePropertyInfo
impl RefUnwindSafe for DevicePropertyInfo
impl !Send for DevicePropertyInfo
impl !Sync for DevicePropertyInfo
impl Unpin for DevicePropertyInfo
impl UnwindSafe for DevicePropertyInfo
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