#[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 UnsafeUnpin 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