pub struct FPGetIcon {
pub dt_ref_num: u16,
pub file_creator: [u8; 4],
pub file_type: [u8; 4],
pub icon_type: u8,
pub size: u16,
}Fields§
§dt_ref_num: u16§file_creator: [u8; 4]§file_type: [u8; 4]§icon_type: u8§size: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPGetIcon
impl RefUnwindSafe for FPGetIcon
impl Send for FPGetIcon
impl Sync for FPGetIcon
impl Unpin for FPGetIcon
impl UnsafeUnpin for FPGetIcon
impl UnwindSafe for FPGetIcon
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