#[repr(C)]pub struct tags4101OutBlock4 {
pub timez8: [c_char; 8],
pub _timez8: c_char,
pub amesuvalpure: [c_char; 9],
pub _amesuvalpure: c_char,
pub cmesuvalpure: [c_char; 9],
pub _cmesuvalpure: c_char,
pub imesuvalpure: [c_char; 9],
pub _imesuvalpure: c_char,
}Fields§
§timez8: [c_char; 8]§_timez8: c_char§amesuvalpure: [c_char; 9]§_amesuvalpure: c_char§cmesuvalpure: [c_char; 9]§_cmesuvalpure: c_char§imesuvalpure: [c_char; 9]§_imesuvalpure: c_charTrait Implementations§
Source§fn clone(&self) -> tags4101OutBlock4
fn clone(&self) -> tags4101OutBlock4
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 moreAuto Trait Implementations§
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