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