#[repr(C)]pub struct SELboolean {
pub name: *mut c_char,
pub value: c_int,
}Fields§
§name: *mut c_char§value: c_intTrait Implementations§
Source§impl Clone for SELboolean
impl Clone for SELboolean
Source§fn clone(&self) -> SELboolean
fn clone(&self) -> SELboolean
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 SELboolean
impl Debug for SELboolean
Source§impl Ord for SELboolean
impl Ord for SELboolean
Source§fn cmp(&self, other: &SELboolean) -> Ordering
fn cmp(&self, other: &SELboolean) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SELboolean
impl PartialEq for SELboolean
Source§impl PartialOrd for SELboolean
impl PartialOrd for SELboolean
impl Copy for SELboolean
impl Eq for SELboolean
impl StructuralPartialEq for SELboolean
Auto Trait Implementations§
impl Freeze for SELboolean
impl RefUnwindSafe for SELboolean
impl !Send for SELboolean
impl !Sync for SELboolean
impl Unpin for SELboolean
impl UnwindSafe for SELboolean
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