pub struct NativeProgressIndicatorFieldsOffsets {
pub indeterminate: FieldOffset<NativeProgressIndicator, Property<bool>, AllowPin>,
pub progress: FieldOffset<NativeProgressIndicator, Property<f32>, AllowPin>,
pub cached_rendering_data: FieldOffset<NativeProgressIndicator, CachedRenderingData, AllowPin>,
/* private fields */
}
Expand description
Helper struct containing the offsets of the fields of the struct NativeProgressIndicator
Generated from the #[derive(FieldOffsets)]
macro from the const-field-offset
crate
Fields§
§indeterminate: FieldOffset<NativeProgressIndicator, Property<bool>, AllowPin>
§progress: FieldOffset<NativeProgressIndicator, Property<f32>, AllowPin>
§cached_rendering_data: FieldOffset<NativeProgressIndicator, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for NativeProgressIndicatorFieldsOffsets
impl !RefUnwindSafe for NativeProgressIndicatorFieldsOffsets
impl Send for NativeProgressIndicatorFieldsOffsets
impl !Sync for NativeProgressIndicatorFieldsOffsets
impl !Unpin for NativeProgressIndicatorFieldsOffsets
impl UnwindSafe for NativeProgressIndicatorFieldsOffsets
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