#[repr(C)]pub struct AdwSwitchRow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdwSwitchRow
impl RefUnwindSafe for AdwSwitchRow
impl !Send for AdwSwitchRow
impl !Sync for AdwSwitchRow
impl !Unpin for AdwSwitchRow
impl UnwindSafe for AdwSwitchRow
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