Struct XIDeletePropertyRequest
pub struct XIDeletePropertyRequest {
pub deviceid: u16,
pub property: u32,
}
Fields§
§deviceid: u16
§property: u32
Implementations§
Trait Implementations§
§impl Clone for XIDeletePropertyRequest
impl Clone for XIDeletePropertyRequest
§fn clone(&self) -> XIDeletePropertyRequest
fn clone(&self) -> XIDeletePropertyRequest
Returns a copy 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 more§impl Debug for XIDeletePropertyRequest
impl Debug for XIDeletePropertyRequest
§impl Default for XIDeletePropertyRequest
impl Default for XIDeletePropertyRequest
§fn default() -> XIDeletePropertyRequest
fn default() -> XIDeletePropertyRequest
Returns the “default value” for a type. Read more
§impl Request for XIDeletePropertyRequest
impl Request for XIDeletePropertyRequest
impl Copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)