#[repr(C)]pub struct GstDirectControlBinding_ABI_abi {
pub want_absolute: gboolean,
}Fields§
§want_absolute: gbooleanTrait Implementations§
impl Copy for GstDirectControlBinding_ABI_abi
Auto Trait Implementations§
impl Freeze for GstDirectControlBinding_ABI_abi
impl RefUnwindSafe for GstDirectControlBinding_ABI_abi
impl Send for GstDirectControlBinding_ABI_abi
impl Sync for GstDirectControlBinding_ABI_abi
impl Unpin for GstDirectControlBinding_ABI_abi
impl UnsafeUnpin for GstDirectControlBinding_ABI_abi
impl UnwindSafe for GstDirectControlBinding_ABI_abi
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