Struct ApnInfoList
#[repr(C)]pub struct ApnInfoList {
pub count: c_int,
pub apn_buf: [ApnInfo; 8],
}Fields§
§count: c_int§apn_buf: [ApnInfo; 8]Auto Trait Implementations§
impl Freeze for ApnInfoList
impl RefUnwindSafe for ApnInfoList
impl Send for ApnInfoList
impl Sync for ApnInfoList
impl Unpin for ApnInfoList
impl UnwindSafe for ApnInfoList
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