Struct xcb::res::ResourceSizeValue
source · pub struct ResourceSizeValue { /* private fields */ }
Implementations§
source§impl ResourceSizeValue
impl ResourceSizeValue
pub fn size(&self) -> ResourceSizeSpec
pub fn cross_references(&self) -> &[ResourceSizeSpec]
Trait Implementations§
source§impl Borrow<ResourceSizeValue> for ResourceSizeValueBuf
impl Borrow<ResourceSizeValue> for ResourceSizeValueBuf
source§fn borrow(&self) -> &ResourceSizeValue
fn borrow(&self) -> &ResourceSizeValue
Immutably borrows from an owned value. Read more
source§impl Debug for ResourceSizeValue
impl Debug for ResourceSizeValue
source§impl ToOwned for ResourceSizeValue
impl ToOwned for ResourceSizeValue
source§type Owned = ResourceSizeValueBuf
type Owned = ResourceSizeValueBuf
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