pub struct ContentDistribution {
pub text_percentage: f32,
pub image_percentage: f32,
pub table_percentage: f32,
pub whitespace_percentage: f32,
}Fields§
§text_percentage: f32§image_percentage: f32§table_percentage: f32§whitespace_percentage: f32Trait Implementations§
Source§impl Clone for ContentDistribution
impl Clone for ContentDistribution
Source§fn clone(&self) -> ContentDistribution
fn clone(&self) -> ContentDistribution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ContentDistribution
impl RefUnwindSafe for ContentDistribution
impl Send for ContentDistribution
impl Sync for ContentDistribution
impl Unpin for ContentDistribution
impl UnwindSafe for ContentDistribution
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