#[repr(C)]pub struct cwiid_ir_src {
pub valid: c_char,
pub pos: [u16; 2],
pub size: i8,
}Fields§
§valid: c_char§pos: [u16; 2]§size: i8Trait Implementations§
Source§impl Clone for cwiid_ir_src
impl Clone for cwiid_ir_src
Source§fn clone(&self) -> cwiid_ir_src
fn clone(&self) -> cwiid_ir_src
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 cwiid_ir_src
impl Debug for cwiid_ir_src
impl Copy for cwiid_ir_src
Auto Trait Implementations§
impl Freeze for cwiid_ir_src
impl RefUnwindSafe for cwiid_ir_src
impl Send for cwiid_ir_src
impl Sync for cwiid_ir_src
impl Unpin for cwiid_ir_src
impl UnwindSafe for cwiid_ir_src
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