#[repr(C)]pub struct tagc8322OutBlock_IN {
pub cts_areaz67: [c_char; 76],
pub _cts_areaz67: c_char,
pub nextbutton: [c_char; 1],
pub _nextbutton: c_char,
}Fields§
§cts_areaz67: [c_char; 76]§_cts_areaz67: c_charTrait Implementations§
Source§impl Clone for tagc8322OutBlock_IN
impl Clone for tagc8322OutBlock_IN
Source§fn clone(&self) -> tagc8322OutBlock_IN
fn clone(&self) -> tagc8322OutBlock_IN
Returns a duplicate 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 moreimpl Copy for tagc8322OutBlock_IN
Auto Trait Implementations§
impl Freeze for tagc8322OutBlock_IN
impl RefUnwindSafe for tagc8322OutBlock_IN
impl Send for tagc8322OutBlock_IN
impl Sync for tagc8322OutBlock_IN
impl Unpin for tagc8322OutBlock_IN
impl UnwindSafe for tagc8322OutBlock_IN
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