#[repr(C)]pub struct HinokoFwIsoItClass {
pub parent_class: GObjectClass,
pub interrupted: Option<unsafe extern "C" fn(*mut HinokoFwIsoIt, c_uint, c_uint, *const u8, c_uint, c_uint)>,
}Fields§
§parent_class: GObjectClass§interrupted: Option<unsafe extern "C" fn(*mut HinokoFwIsoIt, c_uint, c_uint, *const u8, c_uint, c_uint)>Trait Implementations§
Source§impl Clone for HinokoFwIsoItClass
impl Clone for HinokoFwIsoItClass
Source§fn clone(&self) -> HinokoFwIsoItClass
fn clone(&self) -> HinokoFwIsoItClass
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 HinokoFwIsoItClass
impl Debug for HinokoFwIsoItClass
impl Copy for HinokoFwIsoItClass
Auto Trait Implementations§
impl Freeze for HinokoFwIsoItClass
impl RefUnwindSafe for HinokoFwIsoItClass
impl !Send for HinokoFwIsoItClass
impl !Sync for HinokoFwIsoItClass
impl Unpin for HinokoFwIsoItClass
impl UnwindSafe for HinokoFwIsoItClass
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