#[repr(C)]pub struct gsm_um_phdr {
pub uplink: gboolean,
pub channel: guint8,
pub bsic: guint8,
pub arfcn: guint16,
pub tdma_frame: guint32,
pub error: guint8,
pub timeshift: guint16,
}Fields§
§uplink: gboolean§channel: guint8§bsic: guint8§arfcn: guint16§tdma_frame: guint32§error: guint8§timeshift: guint16Trait Implementations§
Source§impl Clone for gsm_um_phdr
impl Clone for gsm_um_phdr
Source§fn clone(&self) -> gsm_um_phdr
fn clone(&self) -> gsm_um_phdr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for gsm_um_phdr
impl Debug for gsm_um_phdr
impl Copy for gsm_um_phdr
Auto Trait Implementations§
impl Freeze for gsm_um_phdr
impl RefUnwindSafe for gsm_um_phdr
impl Send for gsm_um_phdr
impl Sync for gsm_um_phdr
impl Unpin for gsm_um_phdr
impl UnwindSafe for gsm_um_phdr
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