#[repr(C, align(4))]pub struct Agdesc_s {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl Agdesc_s
impl Agdesc_s
pub fn directed(&self) -> c_uint
pub fn set_directed(&mut self, val: c_uint)
pub unsafe fn directed_raw(this: *const Self) -> c_uint
pub unsafe fn set_directed_raw(this: *mut Self, val: c_uint)
pub fn strict(&self) -> c_uint
pub fn set_strict(&mut self, val: c_uint)
pub unsafe fn strict_raw(this: *const Self) -> c_uint
pub unsafe fn set_strict_raw(this: *mut Self, val: c_uint)
pub fn no_loop(&self) -> c_uint
pub fn set_no_loop(&mut self, val: c_uint)
pub unsafe fn no_loop_raw(this: *const Self) -> c_uint
pub unsafe fn set_no_loop_raw(this: *mut Self, val: c_uint)
pub fn maingraph(&self) -> c_uint
pub fn set_maingraph(&mut self, val: c_uint)
pub unsafe fn maingraph_raw(this: *const Self) -> c_uint
pub unsafe fn set_maingraph_raw(this: *mut Self, val: c_uint)
pub fn flatlock(&self) -> c_uint
pub fn set_flatlock(&mut self, val: c_uint)
pub unsafe fn flatlock_raw(this: *const Self) -> c_uint
pub unsafe fn set_flatlock_raw(this: *mut Self, val: c_uint)
pub fn no_write(&self) -> c_uint
pub fn set_no_write(&mut self, val: c_uint)
pub unsafe fn no_write_raw(this: *const Self) -> c_uint
pub unsafe fn set_no_write_raw(this: *mut Self, val: c_uint)
pub fn has_attrs(&self) -> c_uint
pub fn set_has_attrs(&mut self, val: c_uint)
pub unsafe fn has_attrs_raw(this: *const Self) -> c_uint
pub unsafe fn set_has_attrs_raw(this: *mut Self, val: c_uint)
pub fn has_cmpnd(&self) -> c_uint
pub fn set_has_cmpnd(&mut self, val: c_uint)
pub unsafe fn has_cmpnd_raw(this: *const Self) -> c_uint
pub unsafe fn set_has_cmpnd_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( directed: c_uint, strict: c_uint, no_loop: c_uint, maingraph: c_uint, flatlock: c_uint, no_write: c_uint, has_attrs: c_uint, has_cmpnd: c_uint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Agdesc_s
impl RefUnwindSafe for Agdesc_s
impl Send for Agdesc_s
impl Sync for Agdesc_s
impl Unpin for Agdesc_s
impl UnwindSafe for Agdesc_s
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