#[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 fn ir(&self) -> u32
pub fn set_ir(&mut self, val: u32)
pub fn rgb(&self) -> u32
pub fn set_rgb(&mut self, val: u32)
pub fn mappedRGB(&self) -> u32
pub fn set_mappedRGB(&mut self, val: u32)
pub fn mappedDepth(&self) -> u32
pub fn set_mappedDepth(&mut self, val: u32)
pub fn mappedIR(&self) -> u32
pub fn set_mappedIR(&mut self, val: u32)
pub fn confidence(&self) -> u32
pub fn set_confidence(&mut self, val: u32)
pub fn wdrDepth(&self) -> u32
pub fn set_wdrDepth(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&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 copy of the value. Read more
1.6.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 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
impl Copy for PsFrameReady
Auto Trait Implementations§
impl Freeze for PsFrameReady
impl RefUnwindSafe for PsFrameReady
impl Send for PsFrameReady
impl Sync for PsFrameReady
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)