Struct TBINFO
#[repr(C)]pub struct TBINFO {
pub cbuttons: u32,
pub uFlags: u32,
}
Fields§
§uFlags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TBINFO
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