#[repr(transparent)]pub struct CaptureL(pub u32);Expand description
Local Capture Low for CPU
Tuple Fields§
§0: u32Implementations§
Source§impl CaptureL
impl CaptureL
Sourcepub const fn capture_value(&self) -> u32
pub const fn capture_value(&self) -> u32
EVTimer Capture Value
Sourcepub const fn set_capture_value(&mut self, val: u32)
pub const fn set_capture_value(&mut self, val: u32)
EVTimer Capture Value
Trait Implementations§
impl Copy for CaptureL
impl Eq for CaptureL
impl StructuralPartialEq for CaptureL
Auto Trait Implementations§
impl Freeze for CaptureL
impl RefUnwindSafe for CaptureL
impl Send for CaptureL
impl Sync for CaptureL
impl Unpin for CaptureL
impl UnwindSafe for CaptureL
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