#[repr(C)]pub struct ET_Device {
pub type_: ET_DeviceType,
pub index: i8,
}Fields§
§type_: ET_DeviceType§index: i8Trait Implementations§
impl Copy for ET_Device
Source§impl ExternType for ET_Device
Available on crate feature std only.
impl ExternType for ET_Device
Available on crate feature
std only.Auto Trait Implementations§
impl Freeze for ET_Device
impl RefUnwindSafe for ET_Device
impl Send for ET_Device
impl Sync for ET_Device
impl Unpin for ET_Device
impl UnsafeUnpin for ET_Device
impl UnwindSafe for ET_Device
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