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