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