Struct VarFileInfo
pub struct VarFileInfo<'a> { /* private fields */ }Expand description
Represents a VarFileInfo structure from a version resource
Implementations§
§impl VarFileInfo<'_>
impl VarFileInfo<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for VarFileInfo<'a>
impl<'a> RefUnwindSafe for VarFileInfo<'a>
impl<'a> !Send for VarFileInfo<'a>
impl<'a> !Sync for VarFileInfo<'a>
impl<'a> Unpin for VarFileInfo<'a>
impl<'a> UnwindSafe for VarFileInfo<'a>
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