Struct xcb::xf86vidmode::GetPermissionsReply
source · pub struct GetPermissionsReply { /* private fields */ }
Expand description
Reply type for GetPermissions.
Can be obtained from a GetPermissionsCookie with Connection::wait_for_reply or from a GetPermissionsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetPermissionsReply
impl GetPermissionsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn permissions(&self) -> Permission
Trait Implementations§
source§impl Debug for GetPermissionsReply
impl Debug for GetPermissionsReply
source§impl Drop for GetPermissionsReply
impl Drop for GetPermissionsReply
source§impl Reply for GetPermissionsReply
impl Reply for GetPermissionsReply
impl Send for GetPermissionsReply
impl Sync for GetPermissionsReply
Auto Trait Implementations§
impl Freeze for GetPermissionsReply
impl RefUnwindSafe for GetPermissionsReply
impl Unpin for GetPermissionsReply
impl UnwindSafe for GetPermissionsReply
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