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