#[repr(C, packed(1))]pub struct COutput_GetFrameNumber {
pub Result: CEnum,
pub FrameNumber: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§FrameNumber: c_uintTrait Implementations§
Source§impl Clone for COutput_GetFrameNumber
impl Clone for COutput_GetFrameNumber
Source§fn clone(&self) -> COutput_GetFrameNumber
fn clone(&self) -> COutput_GetFrameNumber
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 COutput_GetFrameNumber
impl Debug for COutput_GetFrameNumber
impl Copy for COutput_GetFrameNumber
Auto Trait Implementations§
impl Freeze for COutput_GetFrameNumber
impl RefUnwindSafe for COutput_GetFrameNumber
impl Send for COutput_GetFrameNumber
impl Sync for COutput_GetFrameNumber
impl Unpin for COutput_GetFrameNumber
impl UnwindSafe for COutput_GetFrameNumber
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