#[repr(C)]pub struct PsFrameReady {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl PsFrameReady
impl PsFrameReady
pub fn depth(&self) -> u32
pub fn set_depth(&mut self, val: u32)
pub unsafe fn depth_raw(this: *const Self) -> u32
pub unsafe fn set_depth_raw(this: *mut Self, val: u32)
pub fn ir(&self) -> u32
pub fn set_ir(&mut self, val: u32)
pub unsafe fn ir_raw(this: *const Self) -> u32
pub unsafe fn set_ir_raw(this: *mut Self, val: u32)
pub fn rgb(&self) -> u32
pub fn set_rgb(&mut self, val: u32)
pub unsafe fn rgb_raw(this: *const Self) -> u32
pub unsafe fn set_rgb_raw(this: *mut Self, val: u32)
pub fn mappedRGB(&self) -> u32
pub fn set_mappedRGB(&mut self, val: u32)
pub unsafe fn mappedRGB_raw(this: *const Self) -> u32
pub unsafe fn set_mappedRGB_raw(this: *mut Self, val: u32)
pub fn mappedDepth(&self) -> u32
pub fn set_mappedDepth(&mut self, val: u32)
pub unsafe fn mappedDepth_raw(this: *const Self) -> u32
pub unsafe fn set_mappedDepth_raw(this: *mut Self, val: u32)
pub fn mappedIR(&self) -> u32
pub fn set_mappedIR(&mut self, val: u32)
pub unsafe fn mappedIR_raw(this: *const Self) -> u32
pub unsafe fn set_mappedIR_raw(this: *mut Self, val: u32)
pub fn confidence(&self) -> u32
pub fn set_confidence(&mut self, val: u32)
pub unsafe fn confidence_raw(this: *const Self) -> u32
pub unsafe fn set_confidence_raw(this: *mut Self, val: u32)
pub fn wdrDepth(&self) -> u32
pub fn set_wdrDepth(&mut self, val: u32)
pub unsafe fn wdrDepth_raw(this: *const Self) -> u32
pub unsafe fn set_wdrDepth_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( depth: u32, ir: u32, rgb: u32, mappedRGB: u32, mappedDepth: u32, mappedIR: u32, confidence: u32, wdrDepth: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for PsFrameReady
impl Clone for PsFrameReady
Source§fn clone(&self) -> PsFrameReady
fn clone(&self) -> PsFrameReady
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 PsFrameReady
Source§impl Debug for PsFrameReady
impl Debug for PsFrameReady
Source§impl Default for PsFrameReady
impl Default for PsFrameReady
Source§fn default() -> PsFrameReady
fn default() -> PsFrameReady
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PsFrameReady
impl RefUnwindSafe for PsFrameReady
impl Send for PsFrameReady
impl Sync for PsFrameReady
impl Unpin for PsFrameReady
impl UnsafeUnpin for PsFrameReady
impl UnwindSafe for PsFrameReady
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