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