#[repr(C)]pub struct gvlayout_features_t {
pub flags: c_int,
}Fields§
§flags: c_intTrait Implementations§
Source§impl Clone for gvlayout_features_t
impl Clone for gvlayout_features_t
Source§fn clone(&self) -> gvlayout_features_t
fn clone(&self) -> gvlayout_features_t
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 gvlayout_features_t
impl Debug for gvlayout_features_t
impl Copy for gvlayout_features_t
Auto Trait Implementations§
impl Freeze for gvlayout_features_t
impl RefUnwindSafe for gvlayout_features_t
impl Send for gvlayout_features_t
impl Sync for gvlayout_features_t
impl Unpin for gvlayout_features_t
impl UnwindSafe for gvlayout_features_t
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