#[repr(transparent)]pub struct CasperCtrl(pub u32);Expand description
Control CASPER integration.
Tuple Fields§
§0: u32Implementations§
Source§impl CasperCtrl
impl CasperCtrl
Sourcepub const fn interleave(&self) -> Interleave
pub const fn interleave(&self) -> Interleave
Control RAM access for RAMX0 and RAMX1.
Sourcepub const fn set_interleave(&mut self, val: Interleave)
pub const fn set_interleave(&mut self, val: Interleave)
Control RAM access for RAMX0 and RAMX1.
Trait Implementations§
Source§impl Clone for CasperCtrl
impl Clone for CasperCtrl
Source§fn clone(&self) -> CasperCtrl
fn clone(&self) -> CasperCtrl
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 CasperCtrl
impl Debug for CasperCtrl
Source§impl Default for CasperCtrl
impl Default for CasperCtrl
Source§fn default() -> CasperCtrl
fn default() -> CasperCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for CasperCtrl
impl PartialEq for CasperCtrl
impl Copy for CasperCtrl
impl Eq for CasperCtrl
impl StructuralPartialEq for CasperCtrl
Auto Trait Implementations§
impl Freeze for CasperCtrl
impl RefUnwindSafe for CasperCtrl
impl Send for CasperCtrl
impl Sync for CasperCtrl
impl Unpin for CasperCtrl
impl UnwindSafe for CasperCtrl
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