#[repr(C)]pub struct Struct_Unnamed7 {
pub record_size: u32,
pub max_number_of_records: u32,
pub current_number_of_records: u32,
}Fields§
§record_size: u32§max_number_of_records: u32§current_number_of_records: u32Trait Implementations§
Source§impl Clone for Struct_Unnamed7
impl Clone for Struct_Unnamed7
Source§fn clone(&self) -> Struct_Unnamed7
fn clone(&self) -> Struct_Unnamed7
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 Struct_Unnamed7
impl Default for Struct_Unnamed7
impl Copy for Struct_Unnamed7
Auto Trait Implementations§
impl Freeze for Struct_Unnamed7
impl RefUnwindSafe for Struct_Unnamed7
impl Send for Struct_Unnamed7
impl Sync for Struct_Unnamed7
impl Unpin for Struct_Unnamed7
impl UnwindSafe for Struct_Unnamed7
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