#[repr(C)]pub struct TRANSMSGLIST {
pub uMsgCount: u32,
pub TransMsg: [TRANSMSG; 1],
}Fields§
§uMsgCount: u32§TransMsg: [TRANSMSG; 1]Trait Implementations§
Source§impl Abi for TRANSMSGLIST
impl Abi for TRANSMSGLIST
Source§type Abi = TRANSMSGLIST
type Abi = TRANSMSGLIST
The abi representation of the implementing type. Read more
type DefaultType = TRANSMSGLIST
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TRANSMSGLIST
impl Clone for TRANSMSGLIST
Source§fn clone(&self) -> TRANSMSGLIST
fn clone(&self) -> TRANSMSGLIST
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TRANSMSGLIST
impl Debug for TRANSMSGLIST
Source§impl Default for TRANSMSGLIST
impl Default for TRANSMSGLIST
Source§impl PartialEq for TRANSMSGLIST
impl PartialEq for TRANSMSGLIST
impl Copy for TRANSMSGLIST
impl Eq for TRANSMSGLIST
Auto Trait Implementations§
impl Freeze for TRANSMSGLIST
impl RefUnwindSafe for TRANSMSGLIST
impl Send for TRANSMSGLIST
impl Sync for TRANSMSGLIST
impl Unpin for TRANSMSGLIST
impl UnwindSafe for TRANSMSGLIST
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