pub struct ReadControllerConfigurationInformationReply { /* private fields */ }
Expand description
Reply for ReadControllerConfigurationInformation
Implementations§
Source§impl ReadControllerConfigurationInformationReply
impl ReadControllerConfigurationInformationReply
pub fn manufacture(&self) -> &u16
pub fn supported_options(&self) -> &ControllerConfigurationOption
pub fn missing_options(&self) -> &ControllerConfigurationOption
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadControllerConfigurationInformationReply
impl RefUnwindSafe for ReadControllerConfigurationInformationReply
impl Send for ReadControllerConfigurationInformationReply
impl Sync for ReadControllerConfigurationInformationReply
impl Unpin for ReadControllerConfigurationInformationReply
impl UnwindSafe for ReadControllerConfigurationInformationReply
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