Struct magick_rust::bindings::_XImportInfo
source · #[repr(C)]pub struct _XImportInfo {
pub frame: MagickBooleanType,
pub borders: MagickBooleanType,
pub screen: MagickBooleanType,
pub descend: MagickBooleanType,
pub silent: MagickBooleanType,
}
Fields§
§frame: MagickBooleanType
§borders: MagickBooleanType
§screen: MagickBooleanType
§descend: MagickBooleanType
§silent: MagickBooleanType
Trait Implementations§
source§impl Clone for _XImportInfo
impl Clone for _XImportInfo
source§fn clone(&self) -> _XImportInfo
fn clone(&self) -> _XImportInfo
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 moresource§impl Debug for _XImportInfo
impl Debug for _XImportInfo
source§impl PartialEq for _XImportInfo
impl PartialEq for _XImportInfo
source§fn eq(&self, other: &_XImportInfo) -> bool
fn eq(&self, other: &_XImportInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _XImportInfo
impl Eq for _XImportInfo
impl StructuralPartialEq for _XImportInfo
Auto Trait Implementations§
impl Freeze for _XImportInfo
impl RefUnwindSafe for _XImportInfo
impl Send for _XImportInfo
impl Sync for _XImportInfo
impl Unpin for _XImportInfo
impl UnwindSafe for _XImportInfo
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)