pub struct TouchDeviceOption {
pub path: PathBuf,
pub width: Option<u32>,
pub height: Option<u32>,
pub name: Option<String>,
}Fields§
§path: PathBuf§width: Option<u32>§height: Option<u32>§name: Option<String>Trait Implementations§
Source§impl Debug for TouchDeviceOption
impl Debug for TouchDeviceOption
Source§impl<'de> Deserialize<'de> for TouchDeviceOption
impl<'de> Deserialize<'de> for TouchDeviceOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromArgValue for TouchDeviceOption
impl FromArgValue for TouchDeviceOption
Auto Trait Implementations§
impl Freeze for TouchDeviceOption
impl RefUnwindSafe for TouchDeviceOption
impl Send for TouchDeviceOption
impl Sync for TouchDeviceOption
impl Unpin for TouchDeviceOption
impl UnwindSafe for TouchDeviceOption
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