Struct entmet_lib::datatypes::Range
source · pub struct Range<const S: u8, const E: u8>(pub u8);Expand description
An struct that can hold data in a specified range
Tuple Fields§
§0: u8Trait Implementations§
Auto Trait Implementations§
impl<const S: u8, const E: u8> Freeze for Range<S, E>
impl<const S: u8, const E: u8> RefUnwindSafe for Range<S, E>
impl<const S: u8, const E: u8> Send for Range<S, E>
impl<const S: u8, const E: u8> Sync for Range<S, E>
impl<const S: u8, const E: u8> Unpin for Range<S, E>
impl<const S: u8, const E: u8> UnwindSafe for Range<S, E>
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