pub struct XIDeletePropertyRequest {
pub deviceid: u16,
pub property: u32,
}Fields§
§deviceid: u16§property: u32Implementations§
Trait Implementations§
Source§impl Clone for XIDeletePropertyRequest
impl Clone for XIDeletePropertyRequest
Source§fn clone(&self) -> XIDeletePropertyRequest
fn clone(&self) -> XIDeletePropertyRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XIDeletePropertyRequest
impl Debug for XIDeletePropertyRequest
Source§impl Default for XIDeletePropertyRequest
impl Default for XIDeletePropertyRequest
Source§fn default() -> XIDeletePropertyRequest
fn default() -> XIDeletePropertyRequest
Returns the “default value” for a type. Read more
Source§impl Hash for XIDeletePropertyRequest
impl Hash for XIDeletePropertyRequest
Source§impl Ord for XIDeletePropertyRequest
impl Ord for XIDeletePropertyRequest
Source§fn cmp(&self, other: &XIDeletePropertyRequest) -> Ordering
fn cmp(&self, other: &XIDeletePropertyRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for XIDeletePropertyRequest
impl PartialEq for XIDeletePropertyRequest
Source§impl PartialOrd for XIDeletePropertyRequest
impl PartialOrd for XIDeletePropertyRequest
Source§impl Request for XIDeletePropertyRequest
impl Request for XIDeletePropertyRequest
impl Copy for XIDeletePropertyRequest
impl Eq for XIDeletePropertyRequest
impl StructuralPartialEq for XIDeletePropertyRequest
impl VoidRequest for XIDeletePropertyRequest
Auto Trait Implementations§
impl Freeze for XIDeletePropertyRequest
impl RefUnwindSafe for XIDeletePropertyRequest
impl Send for XIDeletePropertyRequest
impl Sync for XIDeletePropertyRequest
impl Unpin for XIDeletePropertyRequest
impl UnwindSafe for XIDeletePropertyRequest
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