#[repr(C)]pub struct tagp1003OutBlock {
pub codez8: [c_char; 8],
pub _codez8: c_char,
pub namez30: [c_char; 30],
pub _namez30: c_char,
}Fields§
§codez8: [c_char; 8]§_codez8: c_char§namez30: [c_char; 30]§_namez30: c_charTrait Implementations§
Source§impl Clone for tagp1003OutBlock
impl Clone for tagp1003OutBlock
Source§fn clone(&self) -> tagp1003OutBlock
fn clone(&self) -> tagp1003OutBlock
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 moreSource§impl Debug for tagp1003OutBlock
impl Debug for tagp1003OutBlock
impl Copy for tagp1003OutBlock
Auto Trait Implementations§
impl Freeze for tagp1003OutBlock
impl RefUnwindSafe for tagp1003OutBlock
impl Send for tagp1003OutBlock
impl Sync for tagp1003OutBlock
impl Unpin for tagp1003OutBlock
impl UnwindSafe for tagp1003OutBlock
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