#[repr(C)]pub struct ReceivedData<T> {
pub block_name: *const c_char,
pub sz_data: *const T,
pub len: c_int,
}Fields§
§block_name: *const c_char§sz_data: *const T§len: c_intAuto Trait Implementations§
impl<T> Freeze for ReceivedData<T>
impl<T> RefUnwindSafe for ReceivedData<T>where
T: RefUnwindSafe,
impl<T> !Send for ReceivedData<T>
impl<T> !Sync for ReceivedData<T>
impl<T> Unpin for ReceivedData<T>
impl<T> UnwindSafe for ReceivedData<T>where
T: RefUnwindSafe,
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