Struct PHONE_PRIVILEGE
#[repr(transparent)]pub struct PHONE_PRIVILEGE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PHONE_PRIVILEGE
impl Clone for PHONE_PRIVILEGE
§fn clone(&self) -> PHONE_PRIVILEGE
fn clone(&self) -> PHONE_PRIVILEGE
Returns a copy 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 more§impl Debug for PHONE_PRIVILEGE
impl Debug for PHONE_PRIVILEGE
§impl Default for PHONE_PRIVILEGE
impl Default for PHONE_PRIVILEGE
§fn default() -> PHONE_PRIVILEGE
fn default() -> PHONE_PRIVILEGE
Returns the “default value” for a type. Read more
§impl PartialEq for PHONE_PRIVILEGE
impl PartialEq for PHONE_PRIVILEGE
impl Copy for PHONE_PRIVILEGE
impl Eq for PHONE_PRIVILEGE
impl StructuralPartialEq for PHONE_PRIVILEGE
Auto Trait Implementations§
impl Freeze for PHONE_PRIVILEGE
impl RefUnwindSafe for PHONE_PRIVILEGE
impl Send for PHONE_PRIVILEGE
impl Sync for PHONE_PRIVILEGE
impl Unpin for PHONE_PRIVILEGE
impl UnwindSafe for PHONE_PRIVILEGE
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