Expand description
DiSEqC received data
Fields
msg: [u8; 4]DiSEqC message buffer to store a message received via DiSEqC. It contains one byte header with: framing and an optional argument of up to 3 bytes of data.
len: u8Length of the DiSEqC message. Valid values are 0 to 4, where 0 means no message.
timeout: u32Return from ioctl after timeout ms with errorcode when no message was received.
Trait Implementations
sourceimpl Debug for DiseqcSlaveReply
impl Debug for DiseqcSlaveReply
Auto Trait Implementations
impl RefUnwindSafe for DiseqcSlaveReply
impl Send for DiseqcSlaveReply
impl Sync for DiseqcSlaveReply
impl Unpin for DiseqcSlaveReply
impl UnwindSafe for DiseqcSlaveReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more