#[repr(C, packed(1))]pub struct iso_rock_tf_s {
pub flags: u8,
pub time_bytes: __IncompleteArrayField<u8>,
}Fields§
§flags: u8§time_bytes: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for iso_rock_tf_s
impl RefUnwindSafe for iso_rock_tf_s
impl Send for iso_rock_tf_s
impl Sync for iso_rock_tf_s
impl Unpin for iso_rock_tf_s
impl UnwindSafe for iso_rock_tf_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