Struct makepad_widgets::shader::std::os::windows::enumformatetc::EnumFormatEtc
pub struct EnumFormatEtc {
pub formats: Vec<FORMATETC, Global>,
pub index: RefCell<usize>,
}Fields§
§formats: Vec<FORMATETC, Global>§index: RefCell<usize>Trait Implementations§
§impl AsImpl<EnumFormatEtc> for IEnumFORMATETC
impl AsImpl<EnumFormatEtc> for IEnumFORMATETC
§unsafe fn as_impl(&self) -> &EnumFormatEtc
unsafe fn as_impl(&self) -> &EnumFormatEtc
Safety Read more
§impl From<EnumFormatEtc> for IEnumFORMATETC
impl From<EnumFormatEtc> for IEnumFORMATETC
§fn from(this: EnumFormatEtc) -> IEnumFORMATETC
fn from(this: EnumFormatEtc) -> IEnumFORMATETC
Converts to this type from the input type.
§impl From<EnumFormatEtc> for IUnknown
impl From<EnumFormatEtc> for IUnknown
§fn from(this: EnumFormatEtc) -> IUnknown
fn from(this: EnumFormatEtc) -> IUnknown
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for EnumFormatEtc
impl !Send for EnumFormatEtc
impl !Sync for EnumFormatEtc
impl Unpin for EnumFormatEtc
impl UnwindSafe for EnumFormatEtc
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