pub struct leftHeightPct;
Trait Implementations§
Source§impl Field for leftHeightPct
impl Field for leftHeightPct
impl HasInputField<leftHeightPct, f64> for CreateSplashArtCoordinateDataInput
Auto Trait Implementations§
impl Freeze for leftHeightPct
impl RefUnwindSafe for leftHeightPct
impl Send for leftHeightPct
impl Sync for leftHeightPct
impl Unpin for leftHeightPct
impl UnwindSafe for leftHeightPct
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