#[repr(C)]pub struct MultiviewPerViewAttributesInfoNVX {
pub sType: StructureType,
pub pNext: *const c_void,
pub perViewAttributes: Bool32,
pub perViewAttributesPositionXOnly: Bool32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§perViewAttributes: Bool32
§perViewAttributesPositionXOnly: Bool32
Trait Implementations§
Source§impl Clone for MultiviewPerViewAttributesInfoNVX
impl Clone for MultiviewPerViewAttributesInfoNVX
Source§fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
fn clone(&self) -> MultiviewPerViewAttributesInfoNVX
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MultiviewPerViewAttributesInfoNVX
Auto Trait Implementations§
impl Freeze for MultiviewPerViewAttributesInfoNVX
impl RefUnwindSafe for MultiviewPerViewAttributesInfoNVX
impl !Send for MultiviewPerViewAttributesInfoNVX
impl !Sync for MultiviewPerViewAttributesInfoNVX
impl Unpin for MultiviewPerViewAttributesInfoNVX
impl UnwindSafe for MultiviewPerViewAttributesInfoNVX
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