pub struct ReadExperimentalFeaturesInformation;
Expand description
Read Experimental Features Information Command
Trait Implementations§
Source§impl CommandRequest for ReadExperimentalFeaturesInformation
impl CommandRequest for ReadExperimentalFeaturesInformation
Source§const CODE: CommandCode = CommandCode::ReadExperimentalFeaturesInformation
const CODE: CommandCode = CommandCode::ReadExperimentalFeaturesInformation
Command code.
Source§type Reply = ReadExperimentalFeaturesInformationReply
type Reply = ReadExperimentalFeaturesInformationReply
Return type for this command.
Source§impl From<ReadExperimentalFeaturesInformation> for Command
impl From<ReadExperimentalFeaturesInformation> for Command
Source§fn from(v: ReadExperimentalFeaturesInformation) -> Self
fn from(v: ReadExperimentalFeaturesInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadExperimentalFeaturesInformation
impl RefUnwindSafe for ReadExperimentalFeaturesInformation
impl Send for ReadExperimentalFeaturesInformation
impl Sync for ReadExperimentalFeaturesInformation
impl Unpin for ReadExperimentalFeaturesInformation
impl UnwindSafe for ReadExperimentalFeaturesInformation
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