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