#[repr(C)]pub struct MESSAGE_RESOURCE_BLOCK {
pub LowId: u32,
pub HighId: u32,
pub OffsetToEntries: u32,
}Fields§
§LowId: u32§HighId: u32§OffsetToEntries: u32Trait Implementations§
Source§impl Abi for MESSAGE_RESOURCE_BLOCK
impl Abi for MESSAGE_RESOURCE_BLOCK
Source§type Abi = MESSAGE_RESOURCE_BLOCK
type Abi = MESSAGE_RESOURCE_BLOCK
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MESSAGE_RESOURCE_BLOCK
impl Clone for MESSAGE_RESOURCE_BLOCK
Source§fn clone(&self) -> MESSAGE_RESOURCE_BLOCK
fn clone(&self) -> MESSAGE_RESOURCE_BLOCK
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MESSAGE_RESOURCE_BLOCK
impl Debug for MESSAGE_RESOURCE_BLOCK
Source§impl Default for MESSAGE_RESOURCE_BLOCK
impl Default for MESSAGE_RESOURCE_BLOCK
Source§impl PartialEq for MESSAGE_RESOURCE_BLOCK
impl PartialEq for MESSAGE_RESOURCE_BLOCK
impl Copy for MESSAGE_RESOURCE_BLOCK
impl Eq for MESSAGE_RESOURCE_BLOCK
Auto Trait Implementations§
impl Freeze for MESSAGE_RESOURCE_BLOCK
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§
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