#[repr(C)]pub struct bool_tData {
pub elem: [bool_t; 1024],
}Fields§
§elem: [bool_t; 1024]Trait Implementations§
Source§impl Clone for bool_tData
impl Clone for bool_tData
Source§fn clone(&self) -> bool_tData
fn clone(&self) -> bool_tData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for bool_tData
impl Debug for bool_tData
impl Copy for bool_tData
Auto Trait Implementations§
impl Freeze for bool_tData
impl RefUnwindSafe for bool_tData
impl Send for bool_tData
impl Sync for bool_tData
impl Unpin for bool_tData
impl UnwindSafe for bool_tData
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