#[repr(C)]pub struct DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS {
pub __bindgen_anon_1: DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS__bindgen_ty_1
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl Clone for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
Source§fn clone(&self) -> DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
fn clone(&self) -> DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
Returns a copy 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 DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl RefUnwindSafe for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl Send for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl Sync for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl Unpin for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
impl UnwindSafe for DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
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