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