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