#[repr(C)]pub struct PtDspyDevFormat {
pub name: *const c_char,
pub type_: c_uint,
}Fields§
§name: *const c_char§type_: c_uintTrait Implementations§
Source§impl Clone for PtDspyDevFormat
impl Clone for PtDspyDevFormat
Source§fn clone(&self) -> PtDspyDevFormat
fn clone(&self) -> PtDspyDevFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PtDspyDevFormat
Auto Trait Implementations§
impl !Send for PtDspyDevFormat
impl !Sync for PtDspyDevFormat
impl Freeze for PtDspyDevFormat
impl RefUnwindSafe for PtDspyDevFormat
impl Unpin for PtDspyDevFormat
impl UnsafeUnpin for PtDspyDevFormat
impl UnwindSafe for PtDspyDevFormat
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