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