pub struct SurfaceStyleTransparent {
pub transparency: f64,
}Fields§
§transparency: f64Trait Implementations§
Source§impl Clone for SurfaceStyleTransparent
impl Clone for SurfaceStyleTransparent
Source§fn clone(&self) -> SurfaceStyleTransparent
fn clone(&self) -> SurfaceStyleTransparent
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 SurfaceStyleTransparent
impl Debug for SurfaceStyleTransparent
Source§impl PartialEq for SurfaceStyleTransparent
impl PartialEq for SurfaceStyleTransparent
Source§fn eq(&self, other: &SurfaceStyleTransparent) -> bool
fn eq(&self, other: &SurfaceStyleTransparent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceStyleTransparent
Auto Trait Implementations§
impl Freeze for SurfaceStyleTransparent
impl RefUnwindSafe for SurfaceStyleTransparent
impl Send for SurfaceStyleTransparent
impl Sync for SurfaceStyleTransparent
impl Unpin for SurfaceStyleTransparent
impl UnsafeUnpin for SurfaceStyleTransparent
impl UnwindSafe for SurfaceStyleTransparent
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