pub struct VRFramebufferAttributes {
pub multiview: bool,
pub depth: bool,
pub multisampling: bool,
}
Fields§
§multiview: bool
§depth: bool
§multisampling: bool
Trait Implementations§
Source§impl Clone for VRFramebufferAttributes
impl Clone for VRFramebufferAttributes
Source§fn clone(&self) -> VRFramebufferAttributes
fn clone(&self) -> VRFramebufferAttributes
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 moreSource§impl Debug for VRFramebufferAttributes
impl Debug for VRFramebufferAttributes
Source§impl Default for VRFramebufferAttributes
impl Default for VRFramebufferAttributes
Source§fn default() -> VRFramebufferAttributes
fn default() -> VRFramebufferAttributes
Returns the “default value” for a type. Read more
impl Copy for VRFramebufferAttributes
Auto Trait Implementations§
impl Freeze for VRFramebufferAttributes
impl RefUnwindSafe for VRFramebufferAttributes
impl Send for VRFramebufferAttributes
impl Sync for VRFramebufferAttributes
impl Unpin for VRFramebufferAttributes
impl UnwindSafe for VRFramebufferAttributes
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