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