#[repr(C)]pub struct SP_ORIGINAL_FILE_INFO_W {
pub cbSize: u32,
pub OriginalInfName: [u16; 260],
pub OriginalCatalogName: [u16; 260],
}
Fields§
§cbSize: u32
§OriginalInfName: [u16; 260]
§OriginalCatalogName: [u16; 260]
Trait Implementations§
§impl Clone for SP_ORIGINAL_FILE_INFO_W
impl Clone for SP_ORIGINAL_FILE_INFO_W
impl Copy for SP_ORIGINAL_FILE_INFO_W
Auto Trait Implementations§
impl RefUnwindSafe for SP_ORIGINAL_FILE_INFO_W
impl Send for SP_ORIGINAL_FILE_INFO_W
impl Sync for SP_ORIGINAL_FILE_INFO_W
impl Unpin for SP_ORIGINAL_FILE_INFO_W
impl UnwindSafe for SP_ORIGINAL_FILE_INFO_W
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