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