#[repr(transparent)]pub struct HwOcotpScs(pub u32);Expand description
Software Controllable Signals Register
Tuple Fields§
§0: u32Implementations§
Source§impl HwOcotpScs
impl HwOcotpScs
Sourcepub const fn set_hab_jde(&mut self, val: HabJde)
pub const fn set_hab_jde(&mut self, val: HabJde)
HAB JTAG Debug Enable
Trait Implementations§
Source§impl Clone for HwOcotpScs
impl Clone for HwOcotpScs
Source§fn clone(&self) -> HwOcotpScs
fn clone(&self) -> HwOcotpScs
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 HwOcotpScs
impl Debug for HwOcotpScs
Source§impl Default for HwOcotpScs
impl Default for HwOcotpScs
Source§fn default() -> HwOcotpScs
fn default() -> HwOcotpScs
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwOcotpScs
impl PartialEq for HwOcotpScs
impl Copy for HwOcotpScs
impl Eq for HwOcotpScs
impl StructuralPartialEq for HwOcotpScs
Auto Trait Implementations§
impl Freeze for HwOcotpScs
impl RefUnwindSafe for HwOcotpScs
impl Send for HwOcotpScs
impl Sync for HwOcotpScs
impl Unpin for HwOcotpScs
impl UnwindSafe for HwOcotpScs
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