pub struct ElevationOptions {
pub duration: Duration,
}Fields§
§duration: DurationTrait Implementations§
Source§impl Clone for ElevationOptions
impl Clone for ElevationOptions
Source§fn clone(&self) -> ElevationOptions
fn clone(&self) -> ElevationOptions
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 moreimpl Copy for ElevationOptions
Source§impl Debug for ElevationOptions
impl Debug for ElevationOptions
Auto Trait Implementations§
impl Freeze for ElevationOptions
impl RefUnwindSafe for ElevationOptions
impl Send for ElevationOptions
impl Sync for ElevationOptions
impl Unpin for ElevationOptions
impl UnsafeUnpin for ElevationOptions
impl UnwindSafe for ElevationOptions
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