pub struct Input_type { /* private fields */ }
Implementations§
Source§impl Input_type
impl Input_type
pub fn New(Device: Device_type, Type: Input_type_type) -> Result_type<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Input_type
impl RefUnwindSafe for Input_type
impl Unpin for Input_type
impl UnwindSafe for Input_type
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