Struct x11rb::protocol::present::NotifyMSCRequest [−][src]
pub struct NotifyMSCRequest {
pub window: Window,
pub serial: u32,
pub target_msc: u64,
pub divisor: u64,
pub remainder: u64,
}
Fields
window: Window
serial: u32
target_msc: u64
divisor: u64
remainder: u64
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NotifyMSCRequest
impl Send for NotifyMSCRequest
impl Sync for NotifyMSCRequest
impl Unpin for NotifyMSCRequest
impl UnwindSafe for NotifyMSCRequest
Blanket Implementations
Mutably borrows from an owned value. Read more