#[repr(C, align(4))]pub struct ConfigItemT {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Trait Implementations§
Source§impl Clone for ConfigItemT
impl Clone for ConfigItemT
Source§fn clone(&self) -> ConfigItemT
fn clone(&self) -> ConfigItemT
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 Default for ConfigItemT
impl Default for ConfigItemT
Source§fn default() -> ConfigItemT
fn default() -> ConfigItemT
Returns the “default value” for a type. Read more
impl Copy for ConfigItemT
Auto Trait Implementations§
impl Freeze for ConfigItemT
impl RefUnwindSafe for ConfigItemT
impl Send for ConfigItemT
impl Sync for ConfigItemT
impl Unpin for ConfigItemT
impl UnwindSafe for ConfigItemT
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