#[repr(C)]pub struct tagc4805OutSpread {
pub thspread: [c_char; 7],
pub _thspread: c_char,
pub respread: [c_char; 7],
pub _respread: c_char,
pub fugrate1: [c_char; 7],
pub _fugrate1: c_char,
}Fields§
§thspread: [c_char; 7]§_thspread: c_char§respread: [c_char; 7]§_respread: c_char§fugrate1: [c_char; 7]§_fugrate1: c_charTrait Implementations§
Source§impl Clone for tagc4805OutSpread
impl Clone for tagc4805OutSpread
Source§fn clone(&self) -> tagc4805OutSpread
fn clone(&self) -> tagc4805OutSpread
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 Debug for tagc4805OutSpread
impl Debug for tagc4805OutSpread
impl Copy for tagc4805OutSpread
Auto Trait Implementations§
impl Freeze for tagc4805OutSpread
impl RefUnwindSafe for tagc4805OutSpread
impl Send for tagc4805OutSpread
impl Sync for tagc4805OutSpread
impl Unpin for tagc4805OutSpread
impl UnwindSafe for tagc4805OutSpread
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