#[repr(C, packed(1))]pub struct COutput_GetDeviceOutputValue {
pub Result: CEnum,
pub Value: f64,
pub Occluded: CBool,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§Value: f64§Occluded: CBoolTrait Implementations§
Source§impl Clone for COutput_GetDeviceOutputValue
impl Clone for COutput_GetDeviceOutputValue
Source§fn clone(&self) -> COutput_GetDeviceOutputValue
fn clone(&self) -> COutput_GetDeviceOutputValue
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 COutput_GetDeviceOutputValue
impl Debug for COutput_GetDeviceOutputValue
impl Copy for COutput_GetDeviceOutputValue
Auto Trait Implementations§
impl Freeze for COutput_GetDeviceOutputValue
impl RefUnwindSafe for COutput_GetDeviceOutputValue
impl Send for COutput_GetDeviceOutputValue
impl Sync for COutput_GetDeviceOutputValue
impl Unpin for COutput_GetDeviceOutputValue
impl UnwindSafe for COutput_GetDeviceOutputValue
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