#[repr(transparent)]pub struct ProbeState(pub u32);Expand description
PROBE_STATE.
Tuple Fields§
§0: u32Implementations§
Source§impl ProbeState
impl ProbeState
Sourcepub const fn probe_state(&self) -> u32
pub const fn probe_state(&self) -> u32
PROBE_STATE.
Sourcepub const fn set_probe_state(&mut self, val: u32)
pub const fn set_probe_state(&mut self, val: u32)
PROBE_STATE.
Trait Implementations§
Source§impl Clone for ProbeState
impl Clone for ProbeState
Source§fn clone(&self) -> ProbeState
fn clone(&self) -> ProbeState
Returns a duplicate 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 Debug for ProbeState
impl Debug for ProbeState
Source§impl Default for ProbeState
impl Default for ProbeState
Source§fn default() -> ProbeState
fn default() -> ProbeState
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProbeState
impl PartialEq for ProbeState
impl Copy for ProbeState
impl Eq for ProbeState
impl StructuralPartialEq for ProbeState
Auto Trait Implementations§
impl Freeze for ProbeState
impl RefUnwindSafe for ProbeState
impl Send for ProbeState
impl Sync for ProbeState
impl Unpin for ProbeState
impl UnwindSafe for ProbeState
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