pub struct SetScanParameters { /* private fields */ }
Expand description
Set Scan Parameters Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for SetScanParameters
impl CommandRequest for SetScanParameters
Source§const CODE: CommandCode = CommandCode::SetScanParameters
const CODE: CommandCode = CommandCode::SetScanParameters
Command code.
Source§type Reply = SetScanParametersReply
type Reply = SetScanParametersReply
Return type for this command.
Source§impl Debug for SetScanParameters
impl Debug for SetScanParameters
Source§impl From<SetScanParameters> for Command
impl From<SetScanParameters> for Command
Source§fn from(v: SetScanParameters) -> Self
fn from(v: SetScanParameters) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetScanParameters
impl RefUnwindSafe for SetScanParameters
impl Send for SetScanParameters
impl Sync for SetScanParameters
impl Unpin for SetScanParameters
impl UnwindSafe for SetScanParameters
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