#[repr(C)]
pub union ifsu {
pub raw_hdlc_proto: *mut c_void,
pub cisco: *mut c_void,
pub fr: *mut c_void,
pub fr_pvc: *mut c_void,
pub fr_pvc_info: *mut c_void,
pub sync: *mut c_void,
pub te1: *mut c_void,
}
Fields§
§raw_hdlc_proto: *mut c_void
§cisco: *mut c_void
§fr: *mut c_void
§fr_pvc: *mut c_void
§fr_pvc_info: *mut c_void
§sync: *mut c_void
§te1: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifsu
impl RefUnwindSafe for ifsu
impl !Send for ifsu
impl !Sync for ifsu
impl Unpin for ifsu
impl UnwindSafe for ifsu
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