pub struct PortInformationRequestParams {
pub port_id: u8,
pub information_type: PortInformationType,
}
Fields§
§port_id: u8
§information_type: PortInformationType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortInformationRequestParams
impl RefUnwindSafe for PortInformationRequestParams
impl Send for PortInformationRequestParams
impl Sync for PortInformationRequestParams
impl Unpin for PortInformationRequestParams
impl UnwindSafe for PortInformationRequestParams
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