Struct WICGifLogicalScreenDescriptorProperties
#[repr(transparent)]pub struct WICGifLogicalScreenDescriptorProperties(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WICGifLogicalScreenDescriptorProperties
impl Clone for WICGifLogicalScreenDescriptorProperties
§fn clone(&self) -> WICGifLogicalScreenDescriptorProperties
fn clone(&self) -> WICGifLogicalScreenDescriptorProperties
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 Default for WICGifLogicalScreenDescriptorProperties
impl Default for WICGifLogicalScreenDescriptorProperties
§fn default() -> WICGifLogicalScreenDescriptorProperties
fn default() -> WICGifLogicalScreenDescriptorProperties
Returns the “default value” for a type. Read more
§impl PartialEq for WICGifLogicalScreenDescriptorProperties
impl PartialEq for WICGifLogicalScreenDescriptorProperties
§fn eq(&self, other: &WICGifLogicalScreenDescriptorProperties) -> bool
fn eq(&self, other: &WICGifLogicalScreenDescriptorProperties) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WICGifLogicalScreenDescriptorProperties
impl Eq for WICGifLogicalScreenDescriptorProperties
impl StructuralPartialEq for WICGifLogicalScreenDescriptorProperties
Auto Trait Implementations§
impl Freeze for WICGifLogicalScreenDescriptorProperties
impl RefUnwindSafe for WICGifLogicalScreenDescriptorProperties
impl Send for WICGifLogicalScreenDescriptorProperties
impl Sync for WICGifLogicalScreenDescriptorProperties
impl Unpin for WICGifLogicalScreenDescriptorProperties
impl UnwindSafe for WICGifLogicalScreenDescriptorProperties
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