#[repr(C)]pub struct MsiAddressMessage {
data: [u8; 4],
}Fields§
§data: [u8; 4]Implementations§
Source§impl MsiAddressMessage
impl MsiAddressMessage
pub fn new() -> MsiAddressMessage
Source§impl MsiAddressMessage
impl MsiAddressMessage
pub fn get_reserved(&self) -> <BitField2 as BitFieldSpecifier>::GetterType
pub fn set_reserved( &mut self, val: <BitField2 as BitFieldSpecifier>::SetterType, )
pub fn get_destination_mode( &self, ) -> <DestinationMode as BitFieldSpecifier>::GetterType
pub fn set_destination_mode( &mut self, val: <DestinationMode as BitFieldSpecifier>::SetterType, )
pub fn get_redirection_hint( &self, ) -> <BitField1 as BitFieldSpecifier>::GetterType
pub fn set_redirection_hint( &mut self, val: <BitField1 as BitFieldSpecifier>::SetterType, )
pub fn get_reserved_2(&self) -> <BitField8 as BitFieldSpecifier>::GetterType
pub fn set_reserved_2( &mut self, val: <BitField8 as BitFieldSpecifier>::SetterType, )
pub fn get_destination_id(&self) -> <BitField8 as BitFieldSpecifier>::GetterType
pub fn set_destination_id( &mut self, val: <BitField8 as BitFieldSpecifier>::SetterType, )
pub fn get_always_0xfee(&self) -> <BitField12 as BitFieldSpecifier>::GetterType
pub fn set_always_0xfee( &mut self, val: <BitField12 as BitFieldSpecifier>::SetterType, )
Trait Implementations§
Source§impl Clone for MsiAddressMessage
impl Clone for MsiAddressMessage
Source§fn clone(&self) -> MsiAddressMessage
fn clone(&self) -> MsiAddressMessage
Returns a copy 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 MsiAddressMessage
impl Debug for MsiAddressMessage
Source§impl PartialEq for MsiAddressMessage
impl PartialEq for MsiAddressMessage
impl Copy for MsiAddressMessage
impl Eq for MsiAddressMessage
impl StructuralPartialEq for MsiAddressMessage
Auto Trait Implementations§
impl Freeze for MsiAddressMessage
impl RefUnwindSafe for MsiAddressMessage
impl Send for MsiAddressMessage
impl Sync for MsiAddressMessage
impl Unpin for MsiAddressMessage
impl UnwindSafe for MsiAddressMessage
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