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