Struct windows_sys::Win32::UI::Shell::TBINFO
#[repr(C)]pub struct TBINFO {
pub cbuttons: u32,
pub uFlags: u32,
}
Fields§
§uFlags: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TBINFO
impl Send for TBINFO
impl Sync for TBINFO
impl Unpin for TBINFO
impl UnwindSafe for TBINFO
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