#[repr(transparent)]pub struct BwtVal(pub u32);Expand description
Block Wait Time Value
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BwtVal
impl Eq for BwtVal
impl StructuralPartialEq for BwtVal
Auto Trait Implementations§
impl Freeze for BwtVal
impl RefUnwindSafe for BwtVal
impl Send for BwtVal
impl Sync for BwtVal
impl Unpin for BwtVal
impl UnwindSafe for BwtVal
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