#[repr(C)]pub struct dmx_stc {
pub num: c_uint,
pub base: c_uint,
pub stc: __u64,
}Fields§
§num: c_uint§base: c_uint§stc: __u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for dmx_stc
impl RefUnwindSafe for dmx_stc
impl Send for dmx_stc
impl Sync for dmx_stc
impl Unpin for dmx_stc
impl UnsafeUnpin for dmx_stc
impl UnwindSafe for dmx_stc
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