pub struct VarDword { /* private fields */ }Expand description
Represents a DWORD in the VSVar structure which contains a language ID and a language codepage.
Trait Implementations§
impl Castable for VarDword
impl Copy for VarDword
impl Eq for VarDword
impl StructuralPartialEq for VarDword
Auto Trait Implementations§
impl Freeze for VarDword
impl RefUnwindSafe for VarDword
impl Send for VarDword
impl Sync for VarDword
impl Unpin for VarDword
impl UnwindSafe for VarDword
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