#[repr(C, packed(1))]pub struct FILE_ATTRIBUTES_ARRAY {
pub cItems: u32,
pub dwSumFileAttributes: u32,
pub dwProductFileAttributes: u32,
pub rgdwFileAttributes: [u32; 1],
}Fields§
§cItems: u32§dwSumFileAttributes: u32§dwProductFileAttributes: u32§rgdwFileAttributes: [u32; 1]Trait Implementations§
Source§impl Abi for FILE_ATTRIBUTES_ARRAY
impl Abi for FILE_ATTRIBUTES_ARRAY
Source§type Abi = FILE_ATTRIBUTES_ARRAY
type Abi = FILE_ATTRIBUTES_ARRAY
The abi representation of the implementing type. Read more
type DefaultType = FILE_ATTRIBUTES_ARRAY
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FILE_ATTRIBUTES_ARRAY
impl Clone for FILE_ATTRIBUTES_ARRAY
Source§fn clone(&self) -> FILE_ATTRIBUTES_ARRAY
fn clone(&self) -> FILE_ATTRIBUTES_ARRAY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for FILE_ATTRIBUTES_ARRAY
impl PartialEq for FILE_ATTRIBUTES_ARRAY
impl Copy for FILE_ATTRIBUTES_ARRAY
impl Eq for FILE_ATTRIBUTES_ARRAY
Auto Trait Implementations§
impl Freeze for FILE_ATTRIBUTES_ARRAY
impl RefUnwindSafe for FILE_ATTRIBUTES_ARRAY
impl Send for FILE_ATTRIBUTES_ARRAY
impl Sync for FILE_ATTRIBUTES_ARRAY
impl Unpin for FILE_ATTRIBUTES_ARRAY
impl UnwindSafe for FILE_ATTRIBUTES_ARRAY
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