pub struct ScalingOptions {}Auto Trait Implementations§
impl Freeze for ScalingOptions
impl RefUnwindSafe for ScalingOptions
impl Send for ScalingOptions
impl Sync for ScalingOptions
impl Unpin for ScalingOptions
impl UnsafeUnpin for ScalingOptions
impl UnwindSafe for ScalingOptions
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