#[repr(C)]pub struct supported_option_type {
pub opt: guint,
pub support: option_support_t,
}Fields§
§opt: guint§support: option_support_tTrait Implementations§
Source§impl Clone for supported_option_type
impl Clone for supported_option_type
Source§fn clone(&self) -> supported_option_type
fn clone(&self) -> supported_option_type
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for supported_option_type
impl Debug for supported_option_type
impl Copy for supported_option_type
Auto Trait Implementations§
impl Freeze for supported_option_type
impl RefUnwindSafe for supported_option_type
impl Send for supported_option_type
impl Sync for supported_option_type
impl Unpin for supported_option_type
impl UnwindSafe for supported_option_type
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