pub struct NativeServoConfig {
pub url: String,
pub width: u32,
pub height: u32,
pub settle_timeout: Duration,
}Fields§
§url: String§width: u32§height: u32§settle_timeout: DurationTrait Implementations§
Source§impl Clone for NativeServoConfig
impl Clone for NativeServoConfig
Source§fn clone(&self) -> NativeServoConfig
fn clone(&self) -> NativeServoConfig
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 moreSource§impl Debug for NativeServoConfig
impl Debug for NativeServoConfig
Auto Trait Implementations§
impl Freeze for NativeServoConfig
impl RefUnwindSafe for NativeServoConfig
impl Send for NativeServoConfig
impl Sync for NativeServoConfig
impl Unpin for NativeServoConfig
impl UnsafeUnpin for NativeServoConfig
impl UnwindSafe for NativeServoConfig
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