#[repr(C)]pub struct FDCAN_FetPack_t {
pub fet_config: u32,
pub input_volt: u32,
pub cap_volt: u32,
pub cap_curr: u32,
pub res_curr: u32,
pub out_curr: u32,
}Fields§
§fet_config: u32§input_volt: u32§cap_volt: u32§cap_curr: u32§res_curr: u32§out_curr: u32Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for FDCAN_FetPack_t
impl<'__de, __Context> BorrowDecode<'__de, __Context> for FDCAN_FetPack_t
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for FDCAN_FetPack_t
impl Clone for FDCAN_FetPack_t
Source§fn clone(&self) -> FDCAN_FetPack_t
fn clone(&self) -> FDCAN_FetPack_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 FDCAN_FetPack_t
impl Debug for FDCAN_FetPack_t
Source§impl<__Context> Decode<__Context> for FDCAN_FetPack_t
impl<__Context> Decode<__Context> for FDCAN_FetPack_t
Source§impl Encode for FDCAN_FetPack_t
impl Encode for FDCAN_FetPack_t
Source§impl FDCANPack for FDCAN_FetPack_t
impl FDCANPack for FDCAN_FetPack_t
Source§const FDCAN_BYTES: FDCANLength = FDCANLength::BYTES_24
const FDCAN_BYTES: FDCANLength = FDCANLength::BYTES_24
The length of the package in bytes, can be up to 64 bytes. Read more
Source§impl PartialEq for FDCAN_FetPack_t
impl PartialEq for FDCAN_FetPack_t
impl StructuralPartialEq for FDCAN_FetPack_t
Auto Trait Implementations§
impl Freeze for FDCAN_FetPack_t
impl RefUnwindSafe for FDCAN_FetPack_t
impl Send for FDCAN_FetPack_t
impl Sync for FDCAN_FetPack_t
impl Unpin for FDCAN_FetPack_t
impl UnwindSafe for FDCAN_FetPack_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