pub struct TwoLayersFeatureSize {
pub limit: i32,
pub lower_size: i32,
pub upper_size: i32,
pub min_clipped_height: Option<i32>,
}Fields§
§limit: i32§lower_size: i32§upper_size: i32§min_clipped_height: Option<i32>Trait Implementations§
Source§impl Clone for TwoLayersFeatureSize
impl Clone for TwoLayersFeatureSize
Source§fn clone(&self) -> TwoLayersFeatureSize
fn clone(&self) -> TwoLayersFeatureSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TwoLayersFeatureSize
impl RefUnwindSafe for TwoLayersFeatureSize
impl Send for TwoLayersFeatureSize
impl Sync for TwoLayersFeatureSize
impl Unpin for TwoLayersFeatureSize
impl UnsafeUnpin for TwoLayersFeatureSize
impl UnwindSafe for TwoLayersFeatureSize
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