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