#[repr(C)]pub struct MESSAGE_RESOURCE_ENTRY {
pub Length: u16,
pub Flags: u16,
pub Text: [u8; 1],
}Fields§
§Length: u16§Flags: u16§Text: [u8; 1]Trait Implementations§
Source§impl Abi for MESSAGE_RESOURCE_ENTRY
impl Abi for MESSAGE_RESOURCE_ENTRY
Source§type Abi = MESSAGE_RESOURCE_ENTRY
type Abi = MESSAGE_RESOURCE_ENTRY
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_ENTRY
impl Clone for MESSAGE_RESOURCE_ENTRY
Source§fn clone(&self) -> MESSAGE_RESOURCE_ENTRY
fn clone(&self) -> MESSAGE_RESOURCE_ENTRY
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_ENTRY
impl Debug for MESSAGE_RESOURCE_ENTRY
Source§impl Default for MESSAGE_RESOURCE_ENTRY
impl Default for MESSAGE_RESOURCE_ENTRY
Source§impl PartialEq for MESSAGE_RESOURCE_ENTRY
impl PartialEq for MESSAGE_RESOURCE_ENTRY
impl Copy for MESSAGE_RESOURCE_ENTRY
impl Eq for MESSAGE_RESOURCE_ENTRY
Auto Trait Implementations§
impl Freeze for MESSAGE_RESOURCE_ENTRY
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§
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