#[repr(C)]pub struct BEU_Types_ {
pub regs: [BEU_Type; 5],
}Fields§
§regs: [BEU_Type; 5]Trait Implementations§
Source§impl Clone for BEU_Types_
impl Clone for BEU_Types_
Source§fn clone(&self) -> BEU_Types_
fn clone(&self) -> BEU_Types_
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 BEU_Types_
impl Debug for BEU_Types_
impl Copy for BEU_Types_
Auto Trait Implementations§
impl Freeze for BEU_Types_
impl RefUnwindSafe for BEU_Types_
impl Send for BEU_Types_
impl Sync for BEU_Types_
impl Unpin for BEU_Types_
impl UnwindSafe for BEU_Types_
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