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