#[repr(C)]pub struct tago4OutBlock {
pub opitem: [c_char; 8],
pub opchetime: [c_char; 8],
pub opopenyak: [c_char; 7],
pub oppreopenyak: [c_char; 7],
}Fields§
§opitem: [c_char; 8]§opchetime: [c_char; 8]§opopenyak: [c_char; 7]§oppreopenyak: [c_char; 7]Trait Implementations§
Source§impl Clone for tago4OutBlock
impl Clone for tago4OutBlock
Source§fn clone(&self) -> tago4OutBlock
fn clone(&self) -> tago4OutBlock
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 tago4OutBlock
impl Debug for tago4OutBlock
impl Copy for tago4OutBlock
Auto Trait Implementations§
impl Freeze for tago4OutBlock
impl RefUnwindSafe for tago4OutBlock
impl Send for tago4OutBlock
impl Sync for tago4OutBlock
impl Unpin for tago4OutBlock
impl UnwindSafe for tago4OutBlock
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