pub struct BoolProperty {
pub name: &'static str,
}Fields§
§name: &'static strImplementations§
Source§impl BoolProperty
impl BoolProperty
Source§impl BoolProperty
impl BoolProperty
pub const fn get_internal_index_const(self, value: bool) -> usize
Trait Implementations§
Source§impl Clone for BoolProperty
impl Clone for BoolProperty
Source§fn clone(&self) -> BoolProperty
fn clone(&self) -> BoolProperty
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 BoolProperty
impl Debug for BoolProperty
Source§impl DynProperty for BoolProperty
impl DynProperty for BoolProperty
Source§impl Property<bool> for BoolProperty
impl Property<bool> for BoolProperty
Auto Trait Implementations§
impl Freeze for BoolProperty
impl RefUnwindSafe for BoolProperty
impl Send for BoolProperty
impl Sync for BoolProperty
impl Unpin for BoolProperty
impl UnsafeUnpin for BoolProperty
impl UnwindSafe for BoolProperty
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