pub struct GetProviderPropertyRequest {
    pub provider: u32,
    pub property: u32,
    pub type_: u32,
    pub long_offset: u32,
    pub long_length: u32,
    pub delete: bool,
    pub pending: bool,
}Fields§
§provider: u32§property: u32§type_: u32§long_offset: u32§long_length: u32§delete: bool§pending: boolImplementations§
Trait Implementations§
Source§impl Clone for GetProviderPropertyRequest
 
impl Clone for GetProviderPropertyRequest
Source§fn clone(&self) -> GetProviderPropertyRequest
 
fn clone(&self) -> GetProviderPropertyRequest
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 GetProviderPropertyRequest
 
impl Debug for GetProviderPropertyRequest
Source§impl Default for GetProviderPropertyRequest
 
impl Default for GetProviderPropertyRequest
Source§fn default() -> GetProviderPropertyRequest
 
fn default() -> GetProviderPropertyRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetProviderPropertyRequest
 
impl Hash for GetProviderPropertyRequest
Source§impl Ord for GetProviderPropertyRequest
 
impl Ord for GetProviderPropertyRequest
Source§fn cmp(&self, other: &GetProviderPropertyRequest) -> Ordering
 
fn cmp(&self, other: &GetProviderPropertyRequest) -> 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 PartialOrd for GetProviderPropertyRequest
 
impl PartialOrd for GetProviderPropertyRequest
Source§impl ReplyRequest for GetProviderPropertyRequest
 
impl ReplyRequest for GetProviderPropertyRequest
Source§type Reply = GetProviderPropertyReply
 
type Reply = GetProviderPropertyReply
The kind of reply that this request generates.
Source§impl Request for GetProviderPropertyRequest
 
impl Request for GetProviderPropertyRequest
impl Copy for GetProviderPropertyRequest
impl Eq for GetProviderPropertyRequest
impl StructuralPartialEq for GetProviderPropertyRequest
Auto Trait Implementations§
impl Freeze for GetProviderPropertyRequest
impl RefUnwindSafe for GetProviderPropertyRequest
impl Send for GetProviderPropertyRequest
impl Sync for GetProviderPropertyRequest
impl Unpin for GetProviderPropertyRequest
impl UnwindSafe for GetProviderPropertyRequest
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