Struct rbop::render::LayoutComputationProperties
source · [−]pub struct LayoutComputationProperties {
pub size_reduction_level: u32,
}Fields
size_reduction_level: u32Implementations
sourceimpl LayoutComputationProperties
impl LayoutComputationProperties
pub fn reduce_size(self) -> Self
Trait Implementations
sourceimpl Clone for LayoutComputationProperties
impl Clone for LayoutComputationProperties
sourcefn clone(&self) -> LayoutComputationProperties
fn clone(&self) -> LayoutComputationProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LayoutComputationProperties
impl Debug for LayoutComputationProperties
sourceimpl Default for LayoutComputationProperties
impl Default for LayoutComputationProperties
sourceimpl PartialEq<LayoutComputationProperties> for LayoutComputationProperties
impl PartialEq<LayoutComputationProperties> for LayoutComputationProperties
sourcefn eq(&self, other: &LayoutComputationProperties) -> bool
fn eq(&self, other: &LayoutComputationProperties) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LayoutComputationProperties) -> bool
fn ne(&self, other: &LayoutComputationProperties) -> bool
This method tests for !=.
impl Copy for LayoutComputationProperties
impl Eq for LayoutComputationProperties
impl StructuralEq for LayoutComputationProperties
impl StructuralPartialEq for LayoutComputationProperties
Auto Trait Implementations
impl RefUnwindSafe for LayoutComputationProperties
impl Send for LayoutComputationProperties
impl Sync for LayoutComputationProperties
impl Unpin for LayoutComputationProperties
impl UnwindSafe for LayoutComputationProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more