#[repr(C)]pub struct isdn_phdr {
pub uton: gboolean,
pub channel: guint8,
}Fields§
§uton: gboolean§channel: guint8Trait Implementations§
Auto Trait Implementations§
impl Freeze for isdn_phdr
impl RefUnwindSafe for isdn_phdr
impl Send for isdn_phdr
impl Sync for isdn_phdr
impl Unpin for isdn_phdr
impl UnwindSafe for isdn_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