#[repr(C)]pub struct category_C {
pub name: [c_char; 100],
pub bitsNbr: c_uint,
pub bits: *mut *mut bit_C,
}
Expand description
\struct category_C \brief Get option bytes banks categories descriptions.
Fields§
§name: [c_char; 100]
< Get category name such as Read Out Protection, BOR Level…
bitsNbr: c_uint
< Get bits number of the considered category.
bits: *mut *mut bit_C
< Get internal bits descriptions.
Trait Implementations§
Source§impl Clone for category_C
impl Clone for category_C
Source§fn clone(&self) -> category_C
fn clone(&self) -> category_C
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 category_C
impl Debug for category_C
impl Copy for category_C
Auto Trait Implementations§
impl Freeze for category_C
impl RefUnwindSafe for category_C
impl !Send for category_C
impl !Sync for category_C
impl Unpin for category_C
impl UnwindSafe for category_C
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