#[repr(transparent)]pub struct CryptmstrdmaStatus(pub u32);
Expand description
Status
Tuple Fields§
§0: u32
Implementations§
Source§impl CryptmstrdmaStatus
impl CryptmstrdmaStatus
pub const fn fetchbusy(&self) -> bool
pub fn set_fetchbusy(&mut self, val: bool)
pub const fn pushbusy(&self) -> bool
pub fn set_pushbusy(&mut self, val: bool)
pub const fn fetchnotempty(&self) -> bool
pub fn set_fetchnotempty(&mut self, val: bool)
pub const fn pushwaitingfifo(&self) -> bool
pub fn set_pushwaitingfifo(&mut self, val: bool)
pub const fn softrstbusy(&self) -> bool
pub fn set_softrstbusy(&mut self, val: bool)
pub const fn pushnbdata(&self) -> u16
pub fn set_pushnbdata(&mut self, val: u16)
Trait Implementations§
Source§impl Clone for CryptmstrdmaStatus
impl Clone for CryptmstrdmaStatus
Source§fn clone(&self) -> CryptmstrdmaStatus
fn clone(&self) -> CryptmstrdmaStatus
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 CryptmstrdmaStatus
impl Default for CryptmstrdmaStatus
Source§fn default() -> CryptmstrdmaStatus
fn default() -> CryptmstrdmaStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for CryptmstrdmaStatus
impl PartialEq for CryptmstrdmaStatus
impl Copy for CryptmstrdmaStatus
impl Eq for CryptmstrdmaStatus
impl StructuralPartialEq for CryptmstrdmaStatus
Auto Trait Implementations§
impl Freeze for CryptmstrdmaStatus
impl RefUnwindSafe for CryptmstrdmaStatus
impl Send for CryptmstrdmaStatus
impl Sync for CryptmstrdmaStatus
impl Unpin for CryptmstrdmaStatus
impl UnwindSafe for CryptmstrdmaStatus
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
)