#[repr(transparent)]pub struct DllStatus(pub u32);Expand description
DLL Status
Tuple Fields§
§0: u32Implementations§
Source§impl DllStatus
impl DllStatus
Sourcepub const fn dll_sts_slv_lock(&self) -> bool
pub const fn dll_sts_slv_lock(&self) -> bool
DLL_STS_SLV_LOCK
Sourcepub const fn set_dll_sts_slv_lock(&mut self, val: bool)
pub const fn set_dll_sts_slv_lock(&mut self, val: bool)
DLL_STS_SLV_LOCK
Sourcepub const fn dll_sts_ref_lock(&self) -> bool
pub const fn dll_sts_ref_lock(&self) -> bool
DLL_STS_REF_LOCK
Sourcepub const fn set_dll_sts_ref_lock(&mut self, val: bool)
pub const fn set_dll_sts_ref_lock(&mut self, val: bool)
DLL_STS_REF_LOCK
Sourcepub const fn dll_sts_slv_sel(&self) -> u8
pub const fn dll_sts_slv_sel(&self) -> u8
DLL_STS_SLV_SEL
Sourcepub const fn set_dll_sts_slv_sel(&mut self, val: u8)
pub const fn set_dll_sts_slv_sel(&mut self, val: u8)
DLL_STS_SLV_SEL
Sourcepub const fn dll_sts_ref_sel(&self) -> u8
pub const fn dll_sts_ref_sel(&self) -> u8
DLL_STS_REF_SEL
Sourcepub const fn set_dll_sts_ref_sel(&mut self, val: u8)
pub const fn set_dll_sts_ref_sel(&mut self, val: u8)
DLL_STS_REF_SEL
Trait Implementations§
impl Copy for DllStatus
impl Eq for DllStatus
impl StructuralPartialEq for DllStatus
Auto Trait Implementations§
impl Freeze for DllStatus
impl RefUnwindSafe for DllStatus
impl Send for DllStatus
impl Sync for DllStatus
impl Unpin for DllStatus
impl UnwindSafe for DllStatus
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