#[repr(C)]pub struct tagk4OutBlock {
pub code: [c_char; 6],
pub hotime: [c_char; 8],
pub O_offerrem: [c_char; 9],
pub O_bidrem: [c_char; 9],
}Fields§
§code: [c_char; 6]§hotime: [c_char; 8]§O_offerrem: [c_char; 9]§O_bidrem: [c_char; 9]Trait Implementations§
Source§impl Clone for tagk4OutBlock
impl Clone for tagk4OutBlock
Source§fn clone(&self) -> tagk4OutBlock
fn clone(&self) -> tagk4OutBlock
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 tagk4OutBlock
impl Debug for tagk4OutBlock
impl Copy for tagk4OutBlock
Auto Trait Implementations§
impl Freeze for tagk4OutBlock
impl RefUnwindSafe for tagk4OutBlock
impl Send for tagk4OutBlock
impl Sync for tagk4OutBlock
impl Unpin for tagk4OutBlock
impl UnwindSafe for tagk4OutBlock
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