pub struct WeimDevtype {
pub cs_count: usize,
pub cs_regs_count: usize,
pub cs_stride: usize,
pub wcr_offset: usize,
pub wcr_bcm: u32,
pub wcr_cont_bclk: u32,
}Fields§
§cs_count: usize§cs_regs_count: usize§cs_stride: usize§wcr_offset: usize§wcr_bcm: u32§wcr_cont_bclk: u32Trait Implementations§
Source§impl Clone for WeimDevtype
impl Clone for WeimDevtype
Source§fn clone(&self) -> WeimDevtype
fn clone(&self) -> WeimDevtype
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 moreimpl Copy for WeimDevtype
Auto Trait Implementations§
impl Freeze for WeimDevtype
impl RefUnwindSafe for WeimDevtype
impl Send for WeimDevtype
impl Sync for WeimDevtype
impl Unpin for WeimDevtype
impl UnsafeUnpin for WeimDevtype
impl UnwindSafe for WeimDevtype
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