pub struct InputRangeUpdate {
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to InputRange
Fields§
§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for InputRangeUpdate
impl Debug for InputRangeUpdate
Source§impl Default for InputRangeUpdate
impl Default for InputRangeUpdate
Source§fn default() -> InputRangeUpdate
fn default() -> InputRangeUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InputRangeUpdate
impl RefUnwindSafe for InputRangeUpdate
impl Send for InputRangeUpdate
impl Sync for InputRangeUpdate
impl Unpin for InputRangeUpdate
impl UnsafeUnpin for InputRangeUpdate
impl UnwindSafe for InputRangeUpdate
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