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