pub struct InputDevices {
pub touch_dev: String,
pub power_dev: String,
}Fields§
§touch_dev: String§power_dev: StringTrait Implementations§
Source§impl Clone for InputDevices
impl Clone for InputDevices
Source§fn clone(&self) -> InputDevices
fn clone(&self) -> InputDevices
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InputDevices
impl RefUnwindSafe for InputDevices
impl Send for InputDevices
impl Sync for InputDevices
impl Unpin for InputDevices
impl UnsafeUnpin for InputDevices
impl UnwindSafe for InputDevices
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