#[repr(C)]pub struct Agtag_s {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub id: IDTYPE,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§id: IDTYPEImplementations§
Source§impl Agtag_s
impl Agtag_s
pub fn objtype(&self) -> c_uint
pub fn set_objtype(&mut self, val: c_uint)
pub unsafe fn objtype_raw(this: *const Self) -> c_uint
pub unsafe fn set_objtype_raw(this: *mut Self, val: c_uint)
pub fn mtflock(&self) -> c_uint
pub fn set_mtflock(&mut self, val: c_uint)
pub unsafe fn mtflock_raw(this: *const Self) -> c_uint
pub unsafe fn set_mtflock_raw(this: *mut Self, val: c_uint)
pub fn attrwf(&self) -> c_uint
pub fn set_attrwf(&mut self, val: c_uint)
pub unsafe fn attrwf_raw(this: *const Self) -> c_uint
pub unsafe fn set_attrwf_raw(this: *mut Self, val: c_uint)
pub fn seq(&self) -> c_uint
pub fn set_seq(&mut self, val: c_uint)
pub unsafe fn seq_raw(this: *const Self) -> c_uint
pub unsafe fn set_seq_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( objtype: c_uint, mtflock: c_uint, attrwf: c_uint, seq: c_uint, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Agtag_s
impl RefUnwindSafe for Agtag_s
impl Send for Agtag_s
impl Sync for Agtag_s
impl Unpin for Agtag_s
impl UnwindSafe for Agtag_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