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