pub struct NativeServoFrame {
pub width: u32,
pub height: u32,
pub rgba: Vec<u8>,
}Fields§
§width: u32§height: u32§rgba: Vec<u8>Trait Implementations§
Source§impl Clone for NativeServoFrame
impl Clone for NativeServoFrame
Source§fn clone(&self) -> NativeServoFrame
fn clone(&self) -> NativeServoFrame
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 NativeServoFrame
impl RefUnwindSafe for NativeServoFrame
impl Send for NativeServoFrame
impl Sync for NativeServoFrame
impl Unpin for NativeServoFrame
impl UnsafeUnpin for NativeServoFrame
impl UnwindSafe for NativeServoFrame
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