#[repr(C)]pub struct _LocaleInfo {
pub path: *mut c_char,
pub tag: *mut c_char,
pub message: *mut c_char,
pub stealth: MagickBooleanType,
pub signature: usize,
}
Fields§
§path: *mut c_char
§tag: *mut c_char
§message: *mut c_char
§stealth: MagickBooleanType
§signature: usize
Trait Implementations§
Source§impl Clone for _LocaleInfo
impl Clone for _LocaleInfo
Source§fn clone(&self) -> _LocaleInfo
fn clone(&self) -> _LocaleInfo
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 _LocaleInfo
impl Debug for _LocaleInfo
Source§impl PartialEq for _LocaleInfo
impl PartialEq for _LocaleInfo
impl Copy for _LocaleInfo
impl Eq for _LocaleInfo
impl StructuralPartialEq for _LocaleInfo
Auto Trait Implementations§
impl Freeze for _LocaleInfo
impl RefUnwindSafe for _LocaleInfo
impl !Send for _LocaleInfo
impl !Sync for _LocaleInfo
impl Unpin for _LocaleInfo
impl UnwindSafe for _LocaleInfo
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