Struct linux_raw_sys::general::user_desc
source · [−]#[repr(C)]pub struct user_desc {
pub entry_number: c_uint,
pub base_addr: c_uint,
pub limit: c_uint,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields
entry_number: c_uint
base_addr: c_uint
limit: c_uint
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
__bindgen_padding_0: [u8; 3]
Implementations
sourceimpl user_desc
impl user_desc
pub fn seg_32bit(&self) -> c_uint
pub fn set_seg_32bit(&mut self, val: c_uint)
pub fn contents(&self) -> c_uint
pub fn set_contents(&mut self, val: c_uint)
pub fn read_exec_only(&self) -> c_uint
pub fn set_read_exec_only(&mut self, val: c_uint)
pub fn limit_in_pages(&self) -> c_uint
pub fn set_limit_in_pages(&mut self, val: c_uint)
pub fn seg_not_present(&self) -> c_uint
pub fn set_seg_not_present(&mut self, val: c_uint)
pub fn useable(&self) -> c_uint
pub fn set_useable(&mut self, val: c_uint)
pub fn lm(&self) -> c_uint
pub fn set_lm(&mut self, val: c_uint)
pub fn new_bitfield_1(
seg_32bit: c_uint,
contents: c_uint,
read_exec_only: c_uint,
limit_in_pages: c_uint,
seg_not_present: c_uint,
useable: c_uint,
lm: c_uint
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for user_desc
impl Send for user_desc
impl Sync for user_desc
impl Unpin for user_desc
impl UnwindSafe for user_desc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more