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