Struct xcb::xv::AttributeInfoBuf
source · pub struct AttributeInfoBuf { /* private fields */ }
Implementations§
source§impl AttributeInfoBuf
impl AttributeInfoBuf
sourcepub fn new(
flags: AttributeFlag,
min: i32,
max: i32,
name: &[u8],
) -> AttributeInfoBuf
pub fn new( flags: AttributeFlag, min: i32, max: i32, name: &[u8], ) -> AttributeInfoBuf
Construct a new AttributeInfoBuf.
Methods from Deref<Target = AttributeInfo>§
pub fn flags(&self) -> AttributeFlag
pub fn min(&self) -> i32
pub fn max(&self) -> i32
pub fn name(&self) -> &Lat1Str
Trait Implementations§
source§impl Borrow<AttributeInfo> for AttributeInfoBuf
impl Borrow<AttributeInfo> for AttributeInfoBuf
source§fn borrow(&self) -> &AttributeInfo
fn borrow(&self) -> &AttributeInfo
Immutably borrows from an owned value. Read more
source§impl Clone for AttributeInfoBuf
impl Clone for AttributeInfoBuf
source§fn clone(&self) -> AttributeInfoBuf
fn clone(&self) -> AttributeInfoBuf
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 AttributeInfoBuf
impl Debug for AttributeInfoBuf
Auto Trait Implementations§
impl Freeze for AttributeInfoBuf
impl RefUnwindSafe for AttributeInfoBuf
impl Send for AttributeInfoBuf
impl Sync for AttributeInfoBuf
impl Unpin for AttributeInfoBuf
impl UnwindSafe for AttributeInfoBuf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)