pub enum SafeWrite {}Expand description
A tag for safe register write access: this is when writes to the register are statically known to be sound (e.g., in the cases of MMIO that lights up an LED or a performance counter system register).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SafeWrite
impl RefUnwindSafe for SafeWrite
impl Send for SafeWrite
impl Sync for SafeWrite
impl Unpin for SafeWrite
impl UnsafeUnpin for SafeWrite
impl UnwindSafe for SafeWrite
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)