Struct arrow_ipc::gen::Schema::FloatingPointArgs
source · pub struct FloatingPointArgs {
pub precision: Precision,
}
Fields§
§precision: Precision
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FloatingPointArgs
impl Send for FloatingPointArgs
impl Sync for FloatingPointArgs
impl Unpin for FloatingPointArgs
impl UnwindSafe for FloatingPointArgs
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