#[repr(C, packed(1))]pub struct OBDepthWorkMode {
pub checksum: [u8; 16],
pub name: [c_char; 32],
pub tag: OBDepthWorkModeTag,
}Expand description
@brief Depth work mode
Fields§
§checksum: [u8; 16]@brief Checksum of work mode
name: [c_char; 32]@brief Name of work mode
tag: OBDepthWorkModeTag@brief Preset tag
Trait Implementations§
Source§impl Clone for OBDepthWorkMode
impl Clone for OBDepthWorkMode
Source§fn clone(&self) -> OBDepthWorkMode
fn clone(&self) -> OBDepthWorkMode
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 OBDepthWorkMode
Auto Trait Implementations§
impl Freeze for OBDepthWorkMode
impl RefUnwindSafe for OBDepthWorkMode
impl Send for OBDepthWorkMode
impl Sync for OBDepthWorkMode
impl Unpin for OBDepthWorkMode
impl UnsafeUnpin for OBDepthWorkMode
impl UnwindSafe for OBDepthWorkMode
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