Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
Length: u16
Flags: u16
Text: [u8; 1]
Trait Implementations
impl Clone for MESSAGE_RESOURCE_ENTRY
impl Clone for MESSAGE_RESOURCE_ENTRY
impl Copy for MESSAGE_RESOURCE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for MESSAGE_RESOURCE_ENTRY
impl Send for MESSAGE_RESOURCE_ENTRY
impl Sync for MESSAGE_RESOURCE_ENTRY
impl Unpin for MESSAGE_RESOURCE_ENTRY
impl UnwindSafe for MESSAGE_RESOURCE_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more