Struct Blur
#[repr(C)]pub struct Blur {
pub Base: Effect,
}
Fields§
§Base: Effect
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blur
impl RefUnwindSafe for Blur
impl !Send for Blur
impl !Sync for Blur
impl Unpin for Blur
impl UnwindSafe for Blur
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