#[repr(C)]pub struct _VADisplayAttribute {
pub type_: c_uint,
pub min_value: i32,
pub max_value: i32,
pub value: i32,
pub flags: u32,
pub va_reserved: [u32; 4],
}
Fields
type_: c_uint
min_value: i32
max_value: i32
value: i32
flags: u32
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VADisplayAttribute
impl Clone for _VADisplayAttribute
sourcefn clone(&self) -> _VADisplayAttribute
fn clone(&self) -> _VADisplayAttribute
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _VADisplayAttribute
impl Debug for _VADisplayAttribute
sourceimpl Default for _VADisplayAttribute
impl Default for _VADisplayAttribute
sourceimpl PartialEq<_VADisplayAttribute> for _VADisplayAttribute
impl PartialEq<_VADisplayAttribute> for _VADisplayAttribute
sourcefn eq(&self, other: &_VADisplayAttribute) -> bool
fn eq(&self, other: &_VADisplayAttribute) -> bool
impl Copy for _VADisplayAttribute
impl Eq for _VADisplayAttribute
impl StructuralEq for _VADisplayAttribute
impl StructuralPartialEq for _VADisplayAttribute
Auto Trait Implementations
impl RefUnwindSafe for _VADisplayAttribute
impl Send for _VADisplayAttribute
impl Sync for _VADisplayAttribute
impl Unpin for _VADisplayAttribute
impl UnwindSafe for _VADisplayAttribute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more