#[repr(C, packed(1))]pub struct iso_rock_time_s {
pub b_used: c_uchar,
pub b_longdate: c_uchar,
pub t: iso_rock_time_s__bindgen_ty_1,
}Fields§
§b_used: c_uchar§b_longdate: c_uchar§t: iso_rock_time_s__bindgen_ty_1Trait Implementations§
Source§impl Clone for iso_rock_time_s
impl Clone for iso_rock_time_s
Source§fn clone(&self) -> iso_rock_time_s
fn clone(&self) -> iso_rock_time_s
Returns a copy 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 moreimpl Copy for iso_rock_time_s
Auto Trait Implementations§
impl Freeze for iso_rock_time_s
impl RefUnwindSafe for iso_rock_time_s
impl Send for iso_rock_time_s
impl Sync for iso_rock_time_s
impl Unpin for iso_rock_time_s
impl UnwindSafe for iso_rock_time_s
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