[−][src]Struct clyde_3g_eps_api::Eps
EPS structure containing low level connection and functionality required for commanding and requesting telemetry from EPS device.
Methods
impl Eps
[src][−]
pub fn new(connection: Connection) -> Self
[src][−]
Constructor
Creates new instance of Eps structure.
Arguments
connection
- A Connection
used as low-level connection to EPS hardware
Trait Implementations
impl Clyde3gEps for Eps
[src][+]
Auto Trait Implementations
impl Send for Eps
impl Unpin for Eps
impl !Sync for Eps
impl !UnwindSafe for Eps
impl !RefUnwindSafe for Eps
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,