pub struct RangeProperty(pub &'static str, pub u8, pub u8);Expand description
An unsigned 8-bits integer block property with offset for first value.
Tuple Fields§
§0: &'static str§1: u8§2: u8Trait Implementations§
Source§impl Property<u8> for RangeProperty
impl Property<u8> for RangeProperty
Auto Trait Implementations§
impl Freeze for RangeProperty
impl RefUnwindSafe for RangeProperty
impl Send for RangeProperty
impl Sync for RangeProperty
impl Unpin for RangeProperty
impl UnwindSafe for RangeProperty
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