Struct windows::UI::Composition::IDropShadow_Vtbl
#[repr(C)]pub struct IDropShadow_Vtbl {
pub base__: IInspectable_Vtbl,
pub BlurRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetBlurRadius: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub Mask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub Opacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BlurRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetBlurRadius: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT
§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT
§Mask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
§Opacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDropShadow_Vtbl
impl RefUnwindSafe for IDropShadow_Vtbl
impl Send for IDropShadow_Vtbl
impl Sync for IDropShadow_Vtbl
impl Unpin for IDropShadow_Vtbl
impl UnwindSafe for IDropShadow_Vtbl
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