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