pub struct Phase88PhysInputProtocol;
Expand description
The protocol implementation of physical input.
Trait Implementations§
Source§impl AvcSelectorOperation for Phase88PhysInputProtocol
impl AvcSelectorOperation for Phase88PhysInputProtocol
Source§const FUNC_BLOCK_ID_LIST: &'static [u8]
const FUNC_BLOCK_ID_LIST: &'static [u8]
The list of function block identifier.
Source§const INPUT_PLUG_ID_LIST: &'static [u8]
const INPUT_PLUG_ID_LIST: &'static [u8]
The list of plug identifier.
Source§fn create_selector_parameters() -> AvcSelectorParameters
fn create_selector_parameters() -> AvcSelectorParameters
Instantiate parameters.
Source§fn cache_selectors(
avc: &BebobAvc,
params: &mut AvcSelectorParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn cache_selectors( avc: &BebobAvc, params: &mut AvcSelectorParameters, timeout_ms: u32, ) -> Result<(), Error>
Cache state of hardware to the parameters.
Source§fn update_selectors(
avc: &BebobAvc,
params: &AvcSelectorParameters,
old: &mut AvcSelectorParameters,
timeout_ms: u32,
) -> Result<(), Error>
fn update_selectors( avc: &BebobAvc, params: &AvcSelectorParameters, old: &mut AvcSelectorParameters, timeout_ms: u32, ) -> Result<(), Error>
Update the hardware when detecting any changes in the parameters.
Source§impl Debug for Phase88PhysInputProtocol
impl Debug for Phase88PhysInputProtocol
Source§impl Default for Phase88PhysInputProtocol
impl Default for Phase88PhysInputProtocol
Source§fn default() -> Phase88PhysInputProtocol
fn default() -> Phase88PhysInputProtocol
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Phase88PhysInputProtocol
impl RefUnwindSafe for Phase88PhysInputProtocol
impl Send for Phase88PhysInputProtocol
impl Sync for Phase88PhysInputProtocol
impl Unpin for Phase88PhysInputProtocol
impl UnwindSafe for Phase88PhysInputProtocol
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