pub struct F32FieldRefMut<'a>(pub PropertyPath, _);Tuple Fields§
§0: PropertyPathImplementations§
Source§impl<'a> F32FieldRefMut<'a>
impl<'a> F32FieldRefMut<'a>
pub fn get(&self) -> DataSetResult<f32>
pub fn set(&self, value: f32) -> DataSetResult<Option<Value>>
Trait Implementations§
Source§impl<'a> FieldRefMut<'a> for F32FieldRefMut<'a>
impl<'a> FieldRefMut<'a> for F32FieldRefMut<'a>
fn new( property_path: PropertyPath, data_container: &'a Rc<RefCell<DataContainerRefMut<'a>>>, ) -> Self
Auto Trait Implementations§
impl<'a> Freeze for F32FieldRefMut<'a>
impl<'a> !RefUnwindSafe for F32FieldRefMut<'a>
impl<'a> !Send for F32FieldRefMut<'a>
impl<'a> !Sync for F32FieldRefMut<'a>
impl<'a> Unpin for F32FieldRefMut<'a>
impl<'a> !UnwindSafe for F32FieldRefMut<'a>
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