#[repr(C)]pub struct Struct_Unnamed4 {
pub vector: u8,
pub _bindgen_bitfield_1_: u8,
pub _bindgen_bitfield_2_: u8,
pub _bindgen_bitfield_3_: u8,
pub _bindgen_bitfield_4_: u8,
pub _bindgen_bitfield_5_: u8,
pub _bindgen_bitfield_6_: u8,
pub _bindgen_bitfield_7_: u8,
pub _bindgen_bitfield_8_: u8,
pub reserved: [u8; 4],
pub dest_id: u8,
}Fields§
§vector: u8§_bindgen_bitfield_1_: u8§_bindgen_bitfield_2_: u8§_bindgen_bitfield_3_: u8§_bindgen_bitfield_4_: u8§_bindgen_bitfield_5_: u8§_bindgen_bitfield_6_: u8§_bindgen_bitfield_7_: u8§_bindgen_bitfield_8_: u8§reserved: [u8; 4]§dest_id: u8Trait Implementations§
Source§impl Clone for Struct_Unnamed4
impl Clone for Struct_Unnamed4
Source§impl Default for Struct_Unnamed4
impl Default for Struct_Unnamed4
impl Copy for Struct_Unnamed4
Auto Trait Implementations§
impl Freeze for Struct_Unnamed4
impl RefUnwindSafe for Struct_Unnamed4
impl Send for Struct_Unnamed4
impl Sync for Struct_Unnamed4
impl Unpin for Struct_Unnamed4
impl UnwindSafe for Struct_Unnamed4
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