Struct xcb::xv::AdaptorInfo
source · pub struct AdaptorInfo { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Borrow<AdaptorInfo> for AdaptorInfoBuf
impl Borrow<AdaptorInfo> for AdaptorInfoBuf
source§fn borrow(&self) -> &AdaptorInfo
fn borrow(&self) -> &AdaptorInfo
Immutably borrows from an owned value. Read more
source§impl Debug for AdaptorInfo
impl Debug for AdaptorInfo
source§impl ToOwned for AdaptorInfo
impl ToOwned for AdaptorInfo
source§type Owned = AdaptorInfoBuf
type Owned = AdaptorInfoBuf
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more