#[repr(C)]pub struct MESSAGE_RESOURCE_BLOCK {
pub LowId: u32,
pub HighId: u32,
pub OffsetToEntries: u32,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
LowId: u32
HighId: u32
OffsetToEntries: u32
Trait Implementations
impl Clone for MESSAGE_RESOURCE_BLOCK
impl Clone for MESSAGE_RESOURCE_BLOCK
impl Copy for MESSAGE_RESOURCE_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for MESSAGE_RESOURCE_BLOCK
impl Send for MESSAGE_RESOURCE_BLOCK
impl Sync for MESSAGE_RESOURCE_BLOCK
impl Unpin for MESSAGE_RESOURCE_BLOCK
impl UnwindSafe for MESSAGE_RESOURCE_BLOCK
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