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