#[repr(C)]pub struct flash_parameters__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
@cond INTERNAL_HIDDEN
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
Source§impl flash_parameters__bindgen_ty_1
impl flash_parameters__bindgen_ty_1
pub fn no_explicit_erase(&self) -> bool
pub fn set_no_explicit_erase(&mut self, val: bool)
pub fn new_bitfield_1(no_explicit_erase: bool) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for flash_parameters__bindgen_ty_1
impl RefUnwindSafe for flash_parameters__bindgen_ty_1
impl Send for flash_parameters__bindgen_ty_1
impl Sync for flash_parameters__bindgen_ty_1
impl Unpin for flash_parameters__bindgen_ty_1
impl UnwindSafe for flash_parameters__bindgen_ty_1
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