#[repr(C)]pub struct ReadSlot_t {
pub slot_name: [u8; 15],
pub _slot_config: u8,
pub slot_token_id: [u8; 13],
pub slot_counter: u64,
}Fields§
§slot_name: [u8; 15]§_slot_config: u8§slot_token_id: [u8; 13]§slot_counter: u64Trait Implementations§
Source§impl Clone for ReadSlot_t
impl Clone for ReadSlot_t
Source§fn clone(&self) -> ReadSlot_t
fn clone(&self) -> ReadSlot_t
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 ReadSlot_t
impl Debug for ReadSlot_t
Source§impl Default for ReadSlot_t
impl Default for ReadSlot_t
Source§fn default() -> ReadSlot_t
fn default() -> ReadSlot_t
Returns the “default value” for a type. Read more
impl Copy for ReadSlot_t
Auto Trait Implementations§
impl Freeze for ReadSlot_t
impl RefUnwindSafe for ReadSlot_t
impl Send for ReadSlot_t
impl Sync for ReadSlot_t
impl Unpin for ReadSlot_t
impl UnwindSafe for ReadSlot_t
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