Struct windows_sys::Win32::UI::Shell::FILEGROUPDESCRIPTORA
#[repr(C, packed(1))]pub struct FILEGROUPDESCRIPTORA {
pub cItems: u32,
pub fgd: [FILEDESCRIPTORA; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cItems: u32
§fgd: [FILEDESCRIPTORA; 1]
Trait Implementations§
§impl Clone for FILEGROUPDESCRIPTORA
impl Clone for FILEGROUPDESCRIPTORA
impl Copy for FILEGROUPDESCRIPTORA
Auto Trait Implementations§
impl RefUnwindSafe for FILEGROUPDESCRIPTORA
impl Send for FILEGROUPDESCRIPTORA
impl Sync for FILEGROUPDESCRIPTORA
impl Unpin for FILEGROUPDESCRIPTORA
impl UnwindSafe for FILEGROUPDESCRIPTORA
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