#[repr(C)]pub struct tagc4805 {
pub c4805inblock: Tc4805InBlock,
pub c4805outunder: Tc4805OutUnder,
pub c4805outsmaster: Tc4805OutSMaster,
pub c4805outhoga3: Tc4805OutHoga3,
pub c4805outspread: Tc4805OutSpread,
}Fields§
§c4805inblock: Tc4805InBlock§c4805outunder: Tc4805OutUnder§c4805outsmaster: Tc4805OutSMaster§c4805outhoga3: Tc4805OutHoga3§c4805outspread: Tc4805OutSpreadTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagc4805
impl RefUnwindSafe for tagc4805
impl Send for tagc4805
impl Sync for tagc4805
impl Unpin for tagc4805
impl UnwindSafe for tagc4805
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