#[repr(C)]pub struct sweep_index_ {
pub cmd_index: u8,
pub bclk_sclk_index: u8,
pub dpc_vgen_index: u8,
pub dpc_vgen_h_index: u8,
pub dpc_vgen_vs_index: u8,
}Expand description
//** sweep index’s
Fields§
§cmd_index: u8§bclk_sclk_index: u8§dpc_vgen_index: u8§dpc_vgen_h_index: u8§dpc_vgen_vs_index: u8Trait Implementations§
Source§impl Clone for sweep_index_
impl Clone for sweep_index_
Source§fn clone(&self) -> sweep_index_
fn clone(&self) -> sweep_index_
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 sweep_index_
impl Debug for sweep_index_
impl Copy for sweep_index_
Auto Trait Implementations§
impl Freeze for sweep_index_
impl RefUnwindSafe for sweep_index_
impl Send for sweep_index_
impl Sync for sweep_index_
impl Unpin for sweep_index_
impl UnwindSafe for sweep_index_
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