Struct TRANSMSGLIST
#[repr(C)]pub struct TRANSMSGLIST {
pub uMsgCount: u32,
pub TransMsg: [TRANSMSG; 1],
}
Fields§
§uMsgCount: u32
§TransMsg: [TRANSMSG; 1]
Trait Implementations§
§impl Clone for TRANSMSGLIST
impl Clone for TRANSMSGLIST
§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 more§impl Debug for TRANSMSGLIST
impl Debug for TRANSMSGLIST
§impl Default for TRANSMSGLIST
impl Default for TRANSMSGLIST
§impl PartialEq for TRANSMSGLIST
impl PartialEq for TRANSMSGLIST
impl Copy for TRANSMSGLIST
impl StructuralPartialEq 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