[][src]Struct ublox::AlpSrvRef

pub struct AlpSrvRef<'a>(_);

ALP client requests AlmanacPlus data from server Contains a reference to an underlying buffer, contains accessor methods to retrieve data.

Implementations

impl<'a> AlpSrvRef<'a>[src]

pub fn id_size(&self) -> u8[src]

pub fn data_type(&self) -> u8[src]

pub fn offset(&self) -> u16[src]

pub fn size(&self) -> u16[src]

pub fn file_id(&self) -> u16[src]

pub fn data_size(&self) -> u16[src]

pub fn id1(&self) -> u8[src]

pub fn id2(&self) -> u8[src]

pub fn id3(&self) -> u32[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for AlpSrvRef<'a>

impl<'a> Send for AlpSrvRef<'a>

impl<'a> Sync for AlpSrvRef<'a>

impl<'a> Unpin for AlpSrvRef<'a>

impl<'a> UnwindSafe for AlpSrvRef<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.