#[repr(C)]pub struct ScFrameReady {
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 ScFrameReady
impl ScFrameReady
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 color(&self) -> u32
pub fn set_color(&mut self, val: u32)
pub unsafe fn color_raw(this: *const Self) -> u32
pub unsafe fn set_color_raw(this: *mut Self, val: u32)
pub fn transformedColor(&self) -> u32
pub fn set_transformedColor(&mut self, val: u32)
pub unsafe fn transformedColor_raw(this: *const Self) -> u32
pub unsafe fn set_transformedColor_raw(this: *mut Self, val: u32)
pub fn transformedDepth(&self) -> u32
pub fn set_transformedDepth(&mut self, val: u32)
pub unsafe fn transformedDepth_raw(this: *const Self) -> u32
pub unsafe fn set_transformedDepth_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, color: u32, transformedColor: u32, transformedDepth: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for ScFrameReady
impl Clone for ScFrameReady
Source§fn clone(&self) -> ScFrameReady
fn clone(&self) -> ScFrameReady
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 ScFrameReady
Source§impl Debug for ScFrameReady
impl Debug for ScFrameReady
Source§impl Default for ScFrameReady
impl Default for ScFrameReady
Source§fn default() -> ScFrameReady
fn default() -> ScFrameReady
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScFrameReady
impl RefUnwindSafe for ScFrameReady
impl Send for ScFrameReady
impl Sync for ScFrameReady
impl Unpin for ScFrameReady
impl UnsafeUnpin for ScFrameReady
impl UnwindSafe for ScFrameReady
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