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