#[repr(C)]pub struct GDALColorEntry {
pub c1: c_short,
pub c2: c_short,
pub c3: c_short,
pub c4: c_short,
}Fields§
§c1: c_short§c2: c_short§c3: c_short§c4: c_shortTrait Implementations§
Source§impl Clone for GDALColorEntry
impl Clone for GDALColorEntry
Source§fn clone(&self) -> GDALColorEntry
fn clone(&self) -> GDALColorEntry
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 GDALColorEntry
impl Debug for GDALColorEntry
impl Copy for GDALColorEntry
Auto Trait Implementations§
impl Freeze for GDALColorEntry
impl RefUnwindSafe for GDALColorEntry
impl Send for GDALColorEntry
impl Sync for GDALColorEntry
impl Unpin for GDALColorEntry
impl UnwindSafe for GDALColorEntry
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