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