Struct CallAddrInfoList
#[repr(C)]pub struct CallAddrInfoList {
pub addr_info_len: u32,
pub addr_info_buf: [CallAddrInfo; 10],
}Fields§
§addr_info_len: u32Must be set to the number of elements in addr_info.
addr_info_buf: [CallAddrInfo; 10]Data device address list.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallAddrInfoList
impl RefUnwindSafe for CallAddrInfoList
impl Send for CallAddrInfoList
impl Sync for CallAddrInfoList
impl Unpin for CallAddrInfoList
impl UnwindSafe for CallAddrInfoList
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