#[repr(transparent)]pub struct Abstractauto(pub u32);
Expand description
Abstract Command Autoexec
Tuple Fields§
§0: u32
Implementations§
Source§impl Abstractauto
impl Abstractauto
Sourcepub const fn autoexecdata(&self) -> u16
pub const fn autoexecdata(&self) -> u16
When a bit in this field is 1, read or write accesses to the corresponding data word cause the command in command to be executed again.
Sourcepub fn set_autoexecdata(&mut self, val: u16)
pub fn set_autoexecdata(&mut self, val: u16)
When a bit in this field is 1, read or write accesses to the corresponding data word cause the command in command to be executed again.
Sourcepub const fn autoexecprogbuf(&self) -> u16
pub const fn autoexecprogbuf(&self) -> u16
When a bit in this field is 1, read or write accesses to the corresponding progbuf word cause the command in command to be executed again.
Sourcepub fn set_autoexecprogbuf(&mut self, val: u16)
pub fn set_autoexecprogbuf(&mut self, val: u16)
When a bit in this field is 1, read or write accesses to the corresponding progbuf word cause the command in command to be executed again.
Trait Implementations§
Source§impl Clone for Abstractauto
impl Clone for Abstractauto
Source§fn clone(&self) -> Abstractauto
fn clone(&self) -> Abstractauto
Returns a copy 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 Default for Abstractauto
impl Default for Abstractauto
Source§fn default() -> Abstractauto
fn default() -> Abstractauto
Returns the “default value” for a type. Read more
Source§impl PartialEq for Abstractauto
impl PartialEq for Abstractauto
impl Copy for Abstractauto
impl Eq for Abstractauto
impl StructuralPartialEq for Abstractauto
Auto Trait Implementations§
impl Freeze for Abstractauto
impl RefUnwindSafe for Abstractauto
impl Send for Abstractauto
impl Sync for Abstractauto
impl Unpin for Abstractauto
impl UnwindSafe for Abstractauto
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)