#[repr(C)]pub struct TS7OrderCode {
pub Code: [c_char; 21],
pub V1: u8,
pub V2: u8,
pub V3: u8,
}
Fields§
§Code: [c_char; 21]
§V1: u8
§V2: u8
§V3: u8
Trait Implementations§
Source§impl Clone for TS7OrderCode
impl Clone for TS7OrderCode
Source§fn clone(&self) -> TS7OrderCode
fn clone(&self) -> TS7OrderCode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TS7OrderCode
impl Debug for TS7OrderCode
impl Copy for TS7OrderCode
Auto Trait Implementations§
impl Freeze for TS7OrderCode
impl RefUnwindSafe for TS7OrderCode
impl Send for TS7OrderCode
impl Sync for TS7OrderCode
impl Unpin for TS7OrderCode
impl UnwindSafe for TS7OrderCode
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