Struct windows_sys::Win32::UI::Shell::BANDSITEINFO
[−]Expand description
Required features: "Win32_UI_Shell"
Fields
dwMask: u32dwState: u32dwStyle: u32Trait Implementations
impl Clone for BANDSITEINFO
impl Clone for BANDSITEINFO
impl Copy for BANDSITEINFO
Auto Trait Implementations
impl RefUnwindSafe for BANDSITEINFO
impl Send for BANDSITEINFO
impl Sync for BANDSITEINFO
impl Unpin for BANDSITEINFO
impl UnwindSafe for BANDSITEINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more