Struct xcb::record::ClientInfoBuf
source · pub struct ClientInfoBuf { /* private fields */ }
Implementations§
source§impl ClientInfoBuf
impl ClientInfoBuf
sourcepub fn new(client_resource: ClientSpec, ranges: &[Range]) -> ClientInfoBuf
pub fn new(client_resource: ClientSpec, ranges: &[Range]) -> ClientInfoBuf
Construct a new ClientInfoBuf.
Methods from Deref<Target = ClientInfo>§
pub fn client_resource(&self) -> ClientSpec
pub fn ranges(&self) -> &[Range]
Trait Implementations§
source§impl Borrow<ClientInfo> for ClientInfoBuf
impl Borrow<ClientInfo> for ClientInfoBuf
source§fn borrow(&self) -> &ClientInfo
fn borrow(&self) -> &ClientInfo
Immutably borrows from an owned value. Read more
source§impl Clone for ClientInfoBuf
impl Clone for ClientInfoBuf
source§fn clone(&self) -> ClientInfoBuf
fn clone(&self) -> ClientInfoBuf
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 ClientInfoBuf
impl Debug for ClientInfoBuf
Auto Trait Implementations§
impl Freeze for ClientInfoBuf
impl RefUnwindSafe for ClientInfoBuf
impl Send for ClientInfoBuf
impl Sync for ClientInfoBuf
impl Unpin for ClientInfoBuf
impl UnwindSafe for ClientInfoBuf
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
)