Struct x11_dl::xrandr::XRRScreenConfiguration
source · #[repr(C)]pub struct XRRScreenConfiguration;
Auto Trait Implementations§
impl Freeze for XRRScreenConfiguration
impl RefUnwindSafe for XRRScreenConfiguration
impl Send for XRRScreenConfiguration
impl Sync for XRRScreenConfiguration
impl Unpin for XRRScreenConfiguration
impl UnwindSafe for XRRScreenConfiguration
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