#[repr(transparent)]pub struct Vbar(pub u32);Expand description
VBAR (Vector Base Address Register)
There is no modify method because this register holds a single 32-bit address.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Vbar
impl Eq for Vbar
impl StructuralPartialEq for Vbar
Source§impl SysRegRead for Vbar
impl SysRegRead for Vbar
Auto Trait Implementations§
impl Freeze for Vbar
impl RefUnwindSafe for Vbar
impl Send for Vbar
impl Sync for Vbar
impl Unpin for Vbar
impl UnsafeUnpin for Vbar
impl UnwindSafe for Vbar
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)