pub struct IntProperty {
pub min: u8,
pub max: u8,
pub name: &'static str,
}Fields§
§min: u8§max: u8§name: &'static strImplementations§
Source§impl IntProperty
impl IntProperty
Source§impl IntProperty
impl IntProperty
pub const fn get_internal_index_const(self, value: &u8) -> usize
Trait Implementations§
Source§impl Clone for IntProperty
impl Clone for IntProperty
Source§fn clone(&self) -> IntProperty
fn clone(&self) -> IntProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntProperty
impl Debug for IntProperty
Source§impl DynProperty for IntProperty
impl DynProperty 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 UnsafeUnpin 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