Struct windows_sys::Win32::Graphics::GdiPlus::BlurParams
#[repr(C)]pub struct BlurParams {
pub radius: f32,
pub expandEdge: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§radius: f32
§expandEdge: BOOL
Trait Implementations§
§impl Clone for BlurParams
impl Clone for BlurParams
impl Copy for BlurParams
Auto Trait Implementations§
impl RefUnwindSafe for BlurParams
impl Send for BlurParams
impl Sync for BlurParams
impl Unpin for BlurParams
impl UnwindSafe for BlurParams
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