#[repr(C)]pub struct _fc2Format7ImageSettings {
pub mode: fc2Mode,
pub offsetX: c_uint,
pub offsetY: c_uint,
pub width: c_uint,
pub height: c_uint,
pub pixelFormat: fc2PixelFormat,
pub reserved: [c_uint; 8],
}Fields§
§mode: fc2Mode§offsetX: c_uint§offsetY: c_uint§width: c_uint§height: c_uint§pixelFormat: fc2PixelFormat§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2Format7ImageSettings
impl Clone for _fc2Format7ImageSettings
Source§fn clone(&self) -> _fc2Format7ImageSettings
fn clone(&self) -> _fc2Format7ImageSettings
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 _fc2Format7ImageSettings
impl Debug for _fc2Format7ImageSettings
Source§impl Default for _fc2Format7ImageSettings
impl Default for _fc2Format7ImageSettings
impl Copy for _fc2Format7ImageSettings
Auto Trait Implementations§
impl Freeze for _fc2Format7ImageSettings
impl RefUnwindSafe for _fc2Format7ImageSettings
impl Send for _fc2Format7ImageSettings
impl Sync for _fc2Format7ImageSettings
impl Unpin for _fc2Format7ImageSettings
impl UnwindSafe for _fc2Format7ImageSettings
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