#[repr(C, packed(1))]pub struct switchtec_stackbif {
pub sub_cmd: u8,
pub stack_id: u8,
pub resvd: [u8; 2],
pub code: u32,
}Fields§
§sub_cmd: u8§stack_id: u8§resvd: [u8; 2]§code: u32Trait Implementations§
Source§impl Clone for switchtec_stackbif
impl Clone for switchtec_stackbif
Source§fn clone(&self) -> switchtec_stackbif
fn clone(&self) -> switchtec_stackbif
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 switchtec_stackbif
impl Debug for switchtec_stackbif
impl Copy for switchtec_stackbif
Auto Trait Implementations§
impl Freeze for switchtec_stackbif
impl RefUnwindSafe for switchtec_stackbif
impl Send for switchtec_stackbif
impl Sync for switchtec_stackbif
impl Unpin for switchtec_stackbif
impl UnwindSafe for switchtec_stackbif
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