#[repr(C, packed(2))]pub struct orRequest {
pub MethodID: ULONG,
pub or_Attrs: *mut TagItem,
pub or_Window: *mut Window,
pub or_Screen: *mut Screen,
}Fields§
§MethodID: ULONG§or_Attrs: *mut TagItem§or_Window: *mut Window§or_Screen: *mut ScreenTrait Implementations§
Auto Trait Implementations§
impl Freeze for orRequest
impl RefUnwindSafe for orRequest
impl !Send for orRequest
impl !Sync for orRequest
impl Unpin for orRequest
impl UnwindSafe for orRequest
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